From 57f5473c2f60c5ca1f0582bfab0fade31e64490d Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 26 Jul 2026 17:48:07 -0700 Subject: [PATCH] Add more aliases for shutdown. --- files/settings/i3.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/settings/i3.config b/files/settings/i3.config index 0b4db1b..9c378ae 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -279,8 +279,9 @@ bindsym $shift+$mod+l exec "i3lock -c 000000 -e -f && sleep 1 && xset dpms force # 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 sudo shutdown -h now - +bindsym $ctrl+$alt+q exec sudo shutdown -h now +bindsym $shift+$alt+q exec sudo shutdown -h now +bindsym $shift+$ctrl+q exec sudo shutdown -h now ## Resizing (Disabled) ##