- Updated suspend command
This commit is contained in:
parent
96d1326049
commit
81f3fd78c2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ bindsym $mod+Shift+r restart
|
||||||
#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t error -m 'Q' \
|
bindsym $mod+Shift+e exec "i3-nagbar -t error -m 'Q' \
|
||||||
-b 'Exit' 'i3-msg exit' \
|
-b 'Exit' 'i3-msg exit' \
|
||||||
-b 'Suspend' 'systemctl suspend' \
|
-b 'Suspend' 'sudo hibernate-ram' \
|
||||||
-b 'Reboot' 'systemctl reboot' \
|
-b 'Reboot' 'systemctl reboot' \
|
||||||
-b 'Halt' 'systemctl poweroff'"
|
-b 'Halt' 'systemctl poweroff'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue