Skip to content

Instantly share code, notes, and snippets.

@HaVonTe1
Created April 27, 2016 07:16
Show Gist options
  • Save HaVonTe1/56b3047847937197e201d123e384dd1f to your computer and use it in GitHub Desktop.
Save HaVonTe1/56b3047847937197e201d123e384dd1f to your computer and use it in GitHub Desktop.
WakeUpAndShutDownDisplay
#!/bin/bash
bash -c "export DISPLAY=:0 && xset dpms force off;"
#!/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