From 3c3729abbc404007fb93c066b3874496d6220045 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 9 Nov 2018 12:22:22 -0500 Subject: [PATCH] Increase time to (re)blank screen on lock --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 229b288..2816e15 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -15,7 +15,7 @@ exec --no-startup-id mailnag exec --no-startup-id touchegg 2>&1 > /dev/null exec --no-startup-id numlockx on # enable numlock exec --no-startup-id xset s off dpms 0 0 0 # disable auto screen blanking -exec --no-startup-id xautolock -time 5 -locker "~/.config/i3/lock.sh lock 1" -detectsleep +exec --no-startup-id xautolock -time 5 -locker "~/.config/i3/lock.sh lock 5" -detectsleep # keyboard settings exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock"