https://bugs.kde.org/show_bug.cgi?id=348529
--- Comment #20 from Lukas Ba. <k...@web.de> --- > 2.) Add option to reduce turn off timeout when screen is locked (to e.g. 30 > seconds or 1 minute) ← would be my preference Here is how to implement this behaviour with the event workaround. I added two commands. To reduce the delay until the screen is turned off, when the screen is locked. /usr/bin/xset dpms 69 To reset the delay until the screen is turned off to the longer value, when the screen is unlocked. /usr/bin/xset dpms 420 -- You are receiving this mail because: You are watching all bug changes.