From 0a5dd18e267adfa598678746a8c5892e4e899458 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 23 May 2019 22:39:01 -0400 Subject: [PATCH] Upped the timeout for screenlock. --- sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/config b/sway/config index 12a82ca..3e8409b 100644 --- a/sway/config +++ b/sway/config @@ -41,7 +41,7 @@ output eDP-1 scale 1 # Example configuration: # exec swayidle -w \ - timeout 60 'swaylock-fancy' \ + timeout 300 'swaylock-fancy' \ timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock-fancy'