From 24e855102e2a8a1472d24529018c8c993165b4f4 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 10 Dec 2023 13:27:31 -0500 Subject: extend time before lock --- desktop/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/.config') diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config index 0c4b047..bddf39b 100755 --- a/desktop/.config/sway/config +++ b/desktop/.config/sway/config @@ -47,8 +47,8 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. exec swayidle -w \ - timeout 300 'swaylock -f' \ - timeout 240 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ + timeout 900 'swaylock -f' \ + timeout 960 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f' bindsym $mod+Shift+z exec --no-startup-id 'swaylock' -- cgit v1.2.3