From 09a64254fc99aef169c68ee25393417d92689f65 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 4 Oct 2023 17:39:24 +0000 Subject: [PATCH] Update lockscreentime.sh idle times doubled. --- scripts/lockscreentime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lockscreentime.sh b/scripts/lockscreentime.sh index 9ef3445..ae732e2 100755 --- a/scripts/lockscreentime.sh +++ b/scripts/lockscreentime.sh @@ -2,7 +2,7 @@ if [ -f "/usr/bin/swayidle" ]; then echo "swayidle is installed." - swayidle -w timeout 300 'swaylock -f' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' + swayidle -w timeout 600 'swaylock -f' timeout 660 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' else echo "swayidle not installed." fi;