Created
February 13, 2018 04:45
-
-
Save EldonMcGuinness/7d65e26705315c7b2c95df52c06e4b2d to your computer and use it in GitHub Desktop.
KDE Turn Off Monitors When Locking Screen
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
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