wtorek, 13 stycznia 2015

Devilspie replacement, xdotool!

Sometimes we need to do something with windows or mouse on Linux by command line (for example for systems like ads display, move the cursor from center of screen) Devilspie is nice tool to do it, but there is another one: xdotool - nice to know!

// install app
yum -y install xdotool

// read some docs
http://www.semicomplete.com/projects/xdotool/xdotool.xhtml#mouse_commands

// hide cursor
xdotool mousemove 2000 2000

Brak komentarzy: