diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index f799129..382e9f7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -119,7 +119,7 @@ set $keyboardbacklight "asus::kbd_backlight" bindsym $mod+Shift+r reload # Exit i3 - bindsym $mod+Ctrl+q 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+Ctrl+q exec i3-nagbar -t warning -m 'You pressed Super + Q. What do you want to do?' -B 'Log out' 'i3-msg exit' -B 'Reboot' 'reboot' -B 'Power off' 'poweroff' # # Moving around: # |