xautolock now uses corner detection

This commit is contained in:
Abhay Rana 2015-08-16 09:53:21 +05:30
parent 5bb0656128
commit b233a92af9
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ bindsym $mod+Shift+q kill
# Use i3lock as screensaver (works on suspend)
exec --no-startup-id xss-lock /home/nemo/projects/scripts/i3lock.sh
# Autolock screen after 2 minutes
exec --no-startup-id xautolock -detectsleep -time 2 -locker "/home/nemo/projects/scripts/i3lock.sh"
exec --no-startup-id xautolock -corners -000 -detectsleep -time 2 -locker "/home/nemo/projects/scripts/i3lock.sh"
# Win+L
bindsym $mod+l exec --no-startup-id "sh /home/nemo/projects/scripts/i3lock.sh"
bindsym $mod+l exec --no-startup-id xautolock -locknow
# start dmenu (I actually have dmenu2 installed)
bindsym $mod+d exec dmenu_run -i -o 0.1