From d0125eec5df35b7d7fe51944b41fd438f26bec72 Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Sun, 2 May 2021 14:43:14 +0100 Subject: [PATCH] Update lockman.sh --- .config/sway/scripts/lockman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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