Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created March 28, 2014 18:42
Show Gist options
  • Save lemenkov/9840021 to your computer and use it in GitHub Desktop.
Save lemenkov/9840021 to your computer and use it in GitHub Desktop.
These commands completely disable screensaver / flickering / blanking
xset -dpms &
xset s noblank &
xset s off &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment