i3: give up on the tabbed mode

We can either get stacking ($mod+e) or tiling ($mod+w)
This commit is contained in:
Vincent Bernat 2021-07-05 15:07:59 +02:00
parent 627cde02b5
commit 3806a661d9

7
config
View file

@ -83,10 +83,9 @@ bindsym $mod+Ctrl+$right resize grow width 10 px or 2 ppt
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
bindsym $mod+Shift+f fullscreen toggle global bindsym $mod+Shift+f fullscreen toggle global
# change container layout (stacked, tabbed, toggle split) # change container layout (stacked, toggle split)
bindsym $mod+s layout stacking bindsym $mod+e layout stacking
bindsym $mod+w layout tabbed bindsym $mod+w layout toggle split
bindsym $mod+e layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle