View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#2
Maybe try to use xdotool to simulate mouse moves. Example:
watch -n60 ./movemouse.sh - it will execute script every 60 seconds
movemouse.sh contains:
xdotool mousemove 100 100; xdotool mousedown 1; xdotool mousemove 200 100; xdotool mouseup 1

Last edited by elros34; 2015-08-09 at 19:17.
 

The Following 2 Users Say Thank You to elros34 For This Useful Post: