i3: add back a command to split a window

I was a bit confused. "layout toggle split" is changing the kind of
layout to tiling mode and change the split direction. However, "split
toggle" will change the direction the _current_ window will be split.
So, I need both.
This commit is contained in:
Vincent Bernat 2021-07-05 21:40:39 +02:00
parent b714ed2407
commit b17a6e2bfc

1
config
View file

@ -86,6 +86,7 @@ bindsym $mod+Shift+f fullscreen toggle global
# change container layout (tabbed, toggle split)
bindsym $mod+e layout tabbed
bindsym $mod+w layout toggle split
bindsym $mod+v split toggle
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle