Do not lock when watching a movie

Just put the mouse at a screen corner to avoid locking when inactive
master
Quentin Duchemin 2018-10-23 16:13:55 +02:00
parent 49547358ae
commit 8300bd7865
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ bindsym $mod+l exec --no-startup-id $Locker && sleep 1
#Lock and suspend to RAM #Lock and suspend to RAM
bindsym $mod+Shift+l exec --no-startup-id $Locker && echo mem > /sys/power/state bindsym $mod+Shift+l exec --no-startup-id $Locker && echo mem > /sys/power/state
exec_always --no-startup-id xset dpms 600 exec_always --no-startup-id xset dpms 600
exec_always --no-startup-id xautolock -time 9 -locker $Locker exec_always --no-startup-id xautolock -time 9 -locker $Locker -corners ----
#Notifications #Notifications
exec --no-startup-id dunst exec --no-startup-id dunst