From 9e603c1d7a4a1a167047513c676189039ac6c2a3 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 18 Aug 2021 15:11:03 +0100 Subject: [PATCH] Bump the sleep timeout --- states/i3/files/config.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/i3/files/config.jinja b/states/i3/files/config.jinja index 7f96e85..d0b2562 100644 --- a/states/i3/files/config.jinja +++ b/states/i3/files/config.jinja @@ -41,7 +41,7 @@ font pango:monospace 10 # The combination of xss-lock, nm-applet and pactl is a popular choice, so # they are included here as an example. Modify as you see fit. -exec xset dpms 300 600 0 +exec xset dpms 600 900 0 # 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 -i ~/Pictures/lockscreen_full_blurred_1.png --nofork -- 2.47.1