S. Gilles,

> xprop | grep PID

yes, nice.  i hadn't known.  this
----
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

Reply via email to