Skip to content

Instantly share code, notes, and snippets.

@Diegus83
Created April 8, 2019 15:41
Show Gist options
  • Save Diegus83/551adc53805675c4738f747e3febfcb2 to your computer and use it in GitHub Desktop.
Save Diegus83/551adc53805675c4738f747e3febfcb2 to your computer and use it in GitHub Desktop.
# move the mouse around to avoid the inactivity timeout on some websites
# 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