----
for i in $(xwininfo -children | tr '[:blank:]' \\n | grep '^0x'); do
xprop -id $i | grep PID;
done
----
i guess, gives me PIDs for all the windows in a tabbed set.
thanks! Greg
Received on Wed Sep 06 2017 - 08:23:53 CEST
This archive was generated by hypermail 2.3.0 : Wed Sep 06 2017 - 08:36:06 CEST