Skip to content

Instantly share code, notes, and snippets.

@alex-eri
Created April 21, 2022 10:18
Show Gist options
  • Save alex-eri/cfc3bf7d8dda6151cdc9a25b6d161828 to your computer and use it in GitHub Desktop.
Save alex-eri/cfc3bf7d8dda6151cdc9a25b6d161828 to your computer and use it in GitHub Desktop.
cat > /etc/X11/xorg.conf.d/10-blanking.conf << EOF
Section "Extensions"
Option "DPMS" "Disable"
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment