From dcb8e62df288ac7542b2b7dd65b642a595f174e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Thu, 23 Nov 2023 20:38:17 +0100 Subject: [PATCH] Suspend even though other "people" are connected Other "people" being me in disguise, sooo --- config/i3/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3/config.j2 b/config/i3/config.j2 index f122460..045126a 100644 --- a/config/i3/config.j2 +++ b/config/i3/config.j2 @@ -267,7 +267,7 @@ set $mode_system [L] VĂ©rouillage [E] DĂ©connexion [S] Veille [H] Hibernation [R mode "$mode_system" { bindsym l exec --no-startup-id $locker, mode "default" bindsym e exit, mode "default" - bindsym s exec --no-startup-id $locker & systemctl suspend, mode "default" + bindsym s exec --no-startup-id $locker & systemctl suspend --check-inhibitors=no, mode "default" bindsym h exec --no-startup-id $locker & systemctl hibernate, mode "default" bindsym r exec --no-startup-id systemctl reboot, mode "default" bindsym p exec --no-startup-id systemctl poweroff -i, mode "default"