Add the proper shutdown command since dbus was not working and shutdown was added to sudoers.

This commit is contained in:
2026-07-24 15:21:41 -07:00
parent 398541fa54
commit e3e9418a12
+2 -2
View File
@@ -269,8 +269,8 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
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
#bindsym $ctrl+$shift+q exec dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
bindsym $ctrl+$shift+q exec shutdown -h now
## Resizing (Disabled) ##