Add Shift to i3 exit shortcut
This commit is contained in:
parent
9538c211f5
commit
241590e98d
1 changed files with 1 additions and 1 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Reference in a new issue