Created
April 21, 2022 10:18
-
-
Save alex-eri/cfc3bf7d8dda6151cdc9a25b6d161828 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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