New lockscreen

This commit is contained in:
Nemo 2017-12-08 23:51:17 +05:30
parent a771bcec15
commit 51d3dcf447
1 changed files with 2 additions and 2 deletions

View File

@ -69,10 +69,10 @@ bindsym XF86KbdBrightnessDown exec /home/nemo/projects/scripts/backlight down
#### Lock screen config #####
# Use i3lock as screensaver (works on suspend)
exec --no-startup-id "xss-lock /home/nemo/projects/scripts/i3lock.sh > /home/nemo/projects/scripts/xss-lock.log"
exec --no-startup-id "xss-lock /home/nemo/projects/scripts/i3lock.sh -l dim > /home/nemo/projects/scripts/xss-lock.log"
# Autolock screen after 2 minutes
exec --no-startup-id "xautolock -corners -000 -detectsleep -time 2 -locker /home/nemo/projects/scripts/i3lock.sh > /home/nemo/logs/i3-xautolock.log"
exec --no-startup-id "xautolock -corners -000 -detectsleep -time 2 -locker '/home/nemo/projects/scripts/i3lock.sh -l dim' > /home/nemo/logs/i3-xautolock.log"
# dunst for notifications
exec --no-startup-id "dunst"