Skip to content

Instantly share code, notes, and snippets.

@gacha
Created December 20, 2014 19:59
Show Gist options
  • Save gacha/728d02693019c5a620c9 to your computer and use it in GitHub Desktop.
Save gacha/728d02693019c5a620c9 to your computer and use it in GitHub Desktop.
Stop screensaver on linux
#!/bin/sh
export DISPLAY=:0.0
xset s off
xset s noblank
xset -dpms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment