Skip to content

Instantly share code, notes, and snippets.

@lenerd
Last active August 29, 2015 14:07
Show Gist options
  • Save lenerd/bfc1806ea030cf1522a8 to your computer and use it in GitHub Desktop.
Save lenerd/bfc1806ea030cf1522a8 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Author: Lennart Braun <lenerd@posteo.de>
# This file is released into Public Domain.
# Idea: https://xkcd.com/196/
# Requires: xautomation
while true
do
xte 'mousermove 0 -1'
sleep 300
xte 'mousermove 0 1'
sleep 300
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment