Re: [dev] pids for surf, webkit instances

From: Greg Minshall <minshall_AT_acm.org>
Date: Wed, 06 Sep 2017 09:23:53 +0300

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
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