Skip to content

Instantly share code, notes, and snippets.

@albb0920
Created February 9, 2017 10:11
Show Gist options
  • Save albb0920/c2266c0667b435f0194db0d8d635deb3 to your computer and use it in GitHub Desktop.
Save albb0920/c2266c0667b435f0194db0d8d635deb3 to your computer and use it in GitHub Desktop.
lock screen and turn display off
#!/bin/bash
export DISPLAY=:0
mate-screensaver-command -l
sleep 0.5
sudo xset dpms force off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment