Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Created August 30, 2017 05:56
Show Gist options
  • Save blackhalt/f6079bff240d6727d7a0fb1de16785c1 to your computer and use it in GitHub Desktop.
Save blackhalt/f6079bff240d6727d7a0fb1de16785c1 to your computer and use it in GitHub Desktop.
Zīmēt no komandrindas ;)
sleep 1
xdotool search "Untitled" windowactivate --sync mousemove --window %1 804 230 #te jārēķina sava ekrāna izšķirtspējas izmēri.Peles sākumpunkts
sleep 0.5
xdotool mousedown 1
sleep 0.5
xdotool mousemove_relative --sync 500 500
sleep 0.5
xdotool mouseup 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment