Skip to content

Instantly share code, notes, and snippets.

@R4wm
Created September 15, 2019 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save R4wm/f9445acf26e9771bce50358adb77b5c1 to your computer and use it in GitHub Desktop.
Save R4wm/f9445acf26e9771bce50358adb77b5c1 to your computer and use it in GitHub Desktop.
disable screen auto blackout
#!/bin/bash
xset -dpms ; xset s off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment