ssanthosh243 / semicomplete

Automatically exported from code.google.com/p/semicomplete
0 stars 0 forks source link

xdotool RFE: Add window stack support to exec #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Sorry, didn't see xdotool moved, re-filing this on github

Original comment by fastcat@gmail.com on 10 Jan 2014 at 6:32