Suspend even though other "people" are connected
Other "people" being me in disguise, sooo
This commit is contained in:
parent
626f274d46
commit
dcb8e62df2
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue