Increase time to (re)blank screen on lock

This commit is contained in:
Adam Goldsmith 2018-11-09 12:22:22 -05:00
parent aedf9ae135
commit 3c3729abbc
1 changed files with 1 additions and 1 deletions

View File

@ -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"