mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
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:
parent
b714ed2407
commit
b17a6e2bfc
1 changed files with 1 additions and 0 deletions
1
config
1
config
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue