Created
April 27, 2016 07:16
-
-
Save HaVonTe1/56b3047847937197e201d123e384dd1f to your computer and use it in GitHub Desktop.
WakeUpAndShutDownDisplay
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 | |
bash -c "export DISPLAY=:0 && xset dpms force 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 | |
bash -c "export DISPLAY=:0 && xset dpms force on; " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment