-
-
Save albb0920/c2266c0667b435f0194db0d8d635deb3 to your computer and use it in GitHub Desktop.
lock screen and turn display off
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
#!/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