Skip to content

Instantly share code, notes, and snippets.

@godber
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godber/3b1a0061e7aa3b2591b7 to your computer and use it in GitHub Desktop.
Save godber/3b1a0061e7aa3b2591b7 to your computer and use it in GitHub Desktop.
Need to keep an X11 screen awake? Use shifty!
#!/bin/bash
export DISPLAY=:1
while true;
do
xdotool key shift
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment