Created
January 26, 2015 09:25
-
-
Save scemama/bb16871b115153f5f7ee to your computer and use it in GitHub Desktop.
Turn off screen saver
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
$ setterm -blank 0 | |
$ xset -q | |
$ xset s off | |
$ xset -dpms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment