Created
April 25, 2022 07:48
-
-
Save thepycoder/8a45303d3844bc0c21285f6fc1d299f1 to your computer and use it in GitHub Desktop.
Enable or Disable raspberry pi screen with a single command
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
$ xset -display :0 dpms force on | |
$ xset -display :0 dpms force off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment