Add hibernation option
This commit is contained in:
parent
1a59e1b6c1
commit
b5440b1ad2
@ -244,7 +244,7 @@ bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
mode "exit: [l]ogout, [r]eboot, [s]hutdown" {
|
mode "exit: [l]ogout, [r]eboot, [s]hutdown, [h]ibernate" {
|
||||||
|
|
||||||
bindsym l exec i3-msg exit
|
bindsym l exec i3-msg exit
|
||||||
|
|
||||||
@ -252,12 +252,14 @@ mode "exit: [l]ogout, [r]eboot, [s]hutdown" {
|
|||||||
|
|
||||||
bindsym s exec shutdown -h 0
|
bindsym s exec shutdown -h 0
|
||||||
|
|
||||||
|
bindsym h exec systemctl suspend, mode "default"
|
||||||
|
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
|
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+x mode "exit: [l]ogout, [r]eboot, [s]hutdown"
|
bindsym $mod+x mode "exit: [l]ogout, [r]eboot, [s]hutdown, [h]ibernate"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user