From dec34b602ffae0d99a3e1449122fa256211cecb5 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 15 Jul 2020 10:48:50 +0200 Subject: [PATCH] swayidle: reduce timeout --- config/sway/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sway/config.m4 b/config/sway/config.m4 index 539ecc0..cd8a3c3 100644 --- a/config/sway/config.m4 +++ b/config/sway/config.m4 @@ -149,8 +149,8 @@ exec --no-startup-id gsd-xsettings bindsym $mod+Ctrl+l exec --no-startup-id ~/etc/swaylock.sh exec swayidle -w \ - timeout 300 /home/gebner/etc/swaylock.sh \ - timeout 600 'swaymsg "output * dpms off"' \ + timeout 240 /home/gebner/etc/swaylock.sh \ + timeout 330 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ before-sleep /home/gebner/etc/swaylock.sh