Skip to content

Instantly share code, notes, and snippets.

@thepycoder
Created April 25, 2022 07:48
Show Gist options
  • Save thepycoder/8a45303d3844bc0c21285f6fc1d299f1 to your computer and use it in GitHub Desktop.
Save thepycoder/8a45303d3844bc0c21285f6fc1d299f1 to your computer and use it in GitHub Desktop.
Enable or Disable raspberry pi screen with a single command
$ 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