Add a shutdown shortcut.

This commit is contained in:
2026-07-24 07:33:24 -07:00
parent 1917b087c9
commit a0582c7483
+3
View File
@@ -267,6 +267,9 @@ 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+q exit bindsym $mod+Shift+q exit
# Shutdown entire system.
bindsym $ctrl+$shift+q exec dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
## Resizing (Disabled) ## ## Resizing (Disabled) ##