From e3e9418a122af74190754fee2c35d1cd3c3d4f69 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 24 Jul 2026 15:21:41 -0700 Subject: [PATCH] Add the proper shutdown command since dbus was not working and shutdown was added to sudoers. --- files/settings/i3.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/settings/i3.config b/files/settings/i3.config index e9772e2..3c23906 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -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) ##