From 8300bd78656cc364fce7e678a8f17b50e0154306 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 23 Oct 2018 16:13:55 +0200 Subject: [PATCH] Do not lock when watching a movie Just put the mouse at a screen corner to avoid locking when inactive --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 0d290fc..80955e6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -159,7 +159,7 @@ bindsym $mod+l exec --no-startup-id $Locker && sleep 1 #Lock and suspend to RAM 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 xautolock -time 9 -locker $Locker +exec_always --no-startup-id xautolock -time 9 -locker $Locker -corners ---- #Notifications exec --no-startup-id dunst