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