Add Shift to i3 exit shortcut

This commit is contained in:
flyingscorpio@arch-desktop 2021-02-03 21:20:03 +01:00
parent 9538c211f5
commit 241590e98d

View file

@ -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" {