Remove lock before suspend from i3
This commit is contained in:
parent
75af0e9b19
commit
db5c048352
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,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 "i3lock; systemctl suspend", mode "default"
|
||||
bindsym s exec --no-startup-id 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