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. ___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.