It would be nice if the window stack could be used with the exec command, to
pass the matched window id(s) on to other programs. Right now I have to do
something like this:
windowid=$(xdotool search --sync --name whatever getwindowid)
wmctrl -ir $windowid ...
It would be nifty to be able to do it like this, though:
xdotool search --sync --name whatever exec --sync wmctrl -ir %1 ...
esp. if it then supported %@ for running the command once for each window in
the stack.
Original issue reported on code.google.com by fastcat@gmail.com on 10 Jan 2014 at 6:31
Original issue reported on code.google.com by
fastcat@gmail.com
on 10 Jan 2014 at 6:31