From 241590e98d51f76cedfca61a132214411c8ab37a Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Wed, 3 Feb 2021 21:20:03 +0100 Subject: [PATCH] Add Shift to i3 exit shortcut --- dotfiles/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/i3/config b/dotfiles/i3/config index 245f87f..fd90877 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -107,7 +107,7 @@ bindsym $super+Shift+6 move container to workspace 6 bindsym $super+Shift+r restart # exit i3 -bindsym $super+q exec "i3-nagbar -t warning -m 'Really, exit?' -b 'Yes' 'i3-msg exit'" +bindsym $super+Shift+q exec "i3-nagbar -t warning -m 'Really, exit?' -b 'Yes' 'i3-msg exit'" # resize window (you can also use the mouse for that) mode "resize" {