b50957a693
events, manipulate windows and desktops, search through existing windows.. ok ajacoutot@
5 lines
252 B
Plaintext
5 lines
252 B
Plaintext
xdotool lets you programatically (or manually) simulate keyboard input
|
|
and mouse activity, move and resize windows, etc. It does this using
|
|
X11's XTEST extension and other Xlib functions. It is a nice more
|
|
powerful alternative to wmctrl and devilspie.
|