Add hibernation option

This commit is contained in:
har0ke 2022-11-11 01:39:13 +01:00
parent 1a59e1b6c1
commit b5440b1ad2

View File

@ -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
@ -252,12 +252,14 @@ mode "exit: [l]ogout, [r]eboot, [s]hutdown" {
bindsym s exec shutdown -h 0
bindsym h exec systemctl suspend, mode "default"
bindsym Escape 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"