Use tabbing layout by default for new workspaces
This commit is contained in:
parent
3421ba3749
commit
341251eeb6
|
@ -50,6 +50,7 @@ bindsym $mod+v split v
|
|||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# Layout (stacked, tabbed, toggle split)
|
||||
workspace_layout tabbed
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
|
Loading…
Reference in New Issue