Lock before suspend
This commit is contained in:
parent
96de503b1c
commit
cfcd6010e3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ pkgs.writeText "i3-conf" ''
|
|||
set $mode_system (l)ock, (s)uspend, (h)ibernate, (r)eboot, (S)hutdown
|
||||
mode "$mode_system" {
|
||||
bindsym l exec --no-startup-id i3lock, mode "default"
|
||||
bindsym s exec --no-startup-id systemctl suspend, mode "default"
|
||||
bindsym s exec --no-startup-id "i3lock; systemctl suspend", mode "default"
|
||||
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
|
||||
bindsym r exec --no-startup-id systemctl reboot, mode "default"
|
||||
bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue