Switch off screen after 1 hour w/o interaction

This commit is contained in:
2025-09-26 19:03:57 +02:00
parent c01578edaf
commit 79aeeaf8a9

View File

@@ -104,6 +104,8 @@ exec_always --no-startup-id compton --config ~/.config/compton.conf -b
# TODO: move the following to Xresources or similar, it feels clunky here # TODO: move the following to Xresources or similar, it feels clunky here
# switch to screensaver after 1 hour w/o interaction # switch to screensaver after 1 hour w/o interaction
exec_always xset s 3600 3600 exec_always xset s 3600 3600
# switch off screen after 1 hour w/o interaction
exec_always xset dpms 3600 3630 3660
# set a blazing fast keyboard repeat rate, and make it happen more quickly (defaults: 660/25) # set a blazing fast keyboard repeat rate, and make it happen more quickly (defaults: 660/25)
exec_always xset r rate 250 100 exec_always xset r rate 250 100