Created
April 8, 2019 15:41
-
-
Save Diegus83/551adc53805675c4738f747e3febfcb2 to your computer and use it in GitHub Desktop.
# move the mouse around to avoid the inactivity timeout on some websites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# move the mouse around to avoid the inactivity timeout on some websites | |
# https://github.com/facastagnini | |
# requires cliclick | |
# brew install cliclick | |
while true | |
do | |
/usr/local/bin/cliclick "m:12,34" | |
sleep 60 | |
/usr/local/bin/cliclick "m:120,34" | |
sleep 60 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment