From b1b03f678d4539f0c3267b9f1aab7644d252e756 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Tue, 21 Nov 2023 17:29:47 +0800 Subject: [PATCH] Increase timeout to turn screen off --- .config/scripts/sway/lockscreen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/scripts/sway/lockscreen b/.config/scripts/sway/lockscreen index 8e52c80..a2007fd 100755 --- a/.config/scripts/sway/lockscreen +++ b/.config/scripts/sway/lockscreen @@ -1,7 +1,7 @@ #!/bin/sh # Times the screen off and puts it to background swayidle \ - timeout 1 'swaymsg "output * dpms off"' \ + timeout 10 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"; set-primary-monitor' & # Locks the screen immediately swaylock -c 000000