How to find out a window's process ID?

Josep Febrer jfebrer at inicia.es
Mon Dec 8 17:24:16 GMT 2003


A Divendres 28 Novembre 2003 07:47, TK va escriure:
> There are tools to do it on other platforms, but I don't how to do it in
> KDE, or should I say in XFree86?

To know the PID from the active window you can try something like this:

window=`xprop -root | grep '_NET_ACTIVE_WINDOW(WINDOW)' | awk '{print $5;}'`
pid=`xprop -id $window | grep NET_WM_PID | awk '{print $3;}'`

Josep
-- 
Ara bien; y cogerás trigo. 

___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list