Suspend even though other "people" are connected

Other "people" being me in disguise, sooo
This commit is contained in:
Geoffrey Frogeye 2023-11-23 20:38:17 +01:00
parent 626f274d46
commit dcb8e62df2
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -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"