mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 16:24:22 +02:00
i3: keep only a binding to toggle layout between splitv/splith/tabbed
This commit is contained in:
parent
1afcfcec71
commit
13e2c72123
1 changed files with 1 additions and 2 deletions
3
config
3
config
|
@ -84,8 +84,7 @@ bindsym $mod+f fullscreen toggle
|
||||||
bindsym $mod+Shift+f fullscreen toggle global
|
bindsym $mod+Shift+f fullscreen toggle global
|
||||||
|
|
||||||
# change container layout (tabbed, toggle split)
|
# change container layout (tabbed, toggle split)
|
||||||
bindsym $mod+e layout tabbed
|
bindsym $mod+w layout toggle splitv splith tabbed
|
||||||
bindsym $mod+w layout toggle split
|
|
||||||
bindsym $mod+v split toggle
|
bindsym $mod+v split toggle
|
||||||
|
|
||||||
# toggle tiling / floating
|
# toggle tiling / floating
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue