From d8b21c61f5eb43fa2b9b965f703252565c3871a7 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 16 Aug 2021 09:29:31 +0200 Subject: [PATCH] Avoid relocking screen when awaking laptop --- .config/i3/config_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index 834b0fb..917062a 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -58,7 +58,7 @@ exec numlockx on exec --no-startup-id xset dpms 600 # autolock after 9 minutes of doing nothing -exec --no-startup-id xautolock -time 9 -locker $Locker -corners ---- +exec --no-startup-id xautolock -time 9 -locker $Locker -detectsleep -corners ---- # notifications exec dunst