diff --git a/.config/sway/scripts/lockman.sh b/.config/sway/scripts/lockman.sh index 09b3ad9..69beb7d 100644 --- a/.config/sway/scripts/lockman.sh +++ b/.config/sway/scripts/lockman.sh @@ -1,7 +1,7 @@ #!/bin/sh # Times the screen off and puts it to background swayidle \ - timeout 5 'swaymsg "output * dpms off"' \ + timeout 300 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' & # Locks the screen immediately swaylock