From 943cd228d26e13fb1e0c343780284e38bb614911 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 20 Jul 2022 16:07:36 +0200 Subject: [PATCH] Set timeout to something more reasonable --- arch-config/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index 8a675082..df7c3d18 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -66,8 +66,8 @@ output * bg ~/.cache/betterlockscreen/current/wall_dim.png fill # -c 000000 sets the color in RGB # use -i to set an image exec swayidle -w \ - timeout 20 'swaylock -f -e -c 000000' \ - timeout 40 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ + timeout 300 'swaylock -f -e -c 000000' \ + timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ before-sleep 'swaylock -f -e -c 000000' ### Input configuration