From 18ed463b369ac1a7bf05c564dccb576414c0a11a Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 16 Feb 2025 16:32:42 +0000 Subject: No screensaver or DPMS --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index 993d1b6..2fe73c8 100644 --- a/i3/config +++ b/i3/config @@ -13,6 +13,9 @@ exec --no-startup-id /usr/bin/picom -b --inactive-dim 0.1 --backend glx # Keyboard layout and config exec_always --no-startup-id ~/.config/i3/set-keyboard +# No screensaver or DPMS +exec_always --no-startup-id xset s off -dpms + # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 282828 --nofork -- cgit v1.2.3