Skip to content

Instantly share code, notes, and snippets.

@siavashserver
Created May 10, 2021 03:04
Show Gist options
  • Select an option

  • Save siavashserver/55be2d4b543b6477db00201b92085239 to your computer and use it in GitHub Desktop.

Select an option

Save siavashserver/55be2d4b543b6477db00201b92085239 to your computer and use it in GitHub Desktop.
Power off display when screen is locked

Settings > Notifications > Screen Saver > Configure Events > Screen Locked

/bin/sleep 5; /usr/bin/xset dpms force off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment