diff --git a/files/settings/i3.config b/files/settings/i3.config index c58df85..4be95a9 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -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+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) ##