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