Skip to content

Instantly share code, notes, and snippets.

@EldonMcGuinness
Created February 13, 2018 04:45
Show Gist options
  • Save EldonMcGuinness/7d65e26705315c7b2c95df52c06e4b2d to your computer and use it in GitHub Desktop.
Save EldonMcGuinness/7d65e26705315c7b2c95df52c06e4b2d to your computer and use it in GitHub Desktop.
KDE Turn Off Monitors When Locking Screen
In System Settings -> Notifications -> Screen Saver -> Screen Locked, add the following command.
/bin/sleep 3 && /usr/bin/xset dpms force standby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment