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:
Marty Oehme 2019-05-22 14:49:10 +02:00
parent ccd25e65ea
commit e28a068bb9

View file

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