Fix duplicate i3 keybind close window
Kill window in i3 shadows shutdown pc in x. This changes the close window key to be super+shift+c.
This commit is contained in:
parent
ccd25e65ea
commit
e28a068bb9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ font $font
|
|||
floating_modifier $mod
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+x kill
|
||||
bindsym $mod+Shift+c kill
|
||||
|
||||
# change focus
|
||||
bindsym $mod+h focus left
|
||||
|
|
Loading…
Reference in a new issue