From 79aeeaf8a9ebf60357f04a62318ceda865e3c578 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Fri, 26 Sep 2025 19:03:57 +0200 Subject: [PATCH] Switch off screen after 1 hour w/o interaction --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index a91fd88..6dc2eb9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 # switch to screensaver after 1 hour w/o interaction 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) exec_always xset r rate 250 100