Skip to content

Instantly share code, notes, and snippets.

@AndrewRadev
Created July 3, 2011 20:00
Show Gist options
  • Save AndrewRadev/1062553 to your computer and use it in GitHub Desktop.
Save AndrewRadev/1062553 to your computer and use it in GitHub Desktop.
X11 options for idling
Section "ServerFlags"
Option "blank time" "10" # Blank the screen (Fake)
Option "standby time" "15" # Turn off screen (DPMS)
Option "suspend time" "30" # Full suspend
Option "off time" "40" # Turn off
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment