u
This commit is contained in:
@@ -139,18 +139,18 @@ for i in groups:
|
||||
|
||||
layouts = [
|
||||
layout.Columns(border_focus_stack=["#d75f5f", "#8f3d3d"], border_width=4),
|
||||
layout.Max(),
|
||||
#layout.Max(),
|
||||
# Try more layouts by unleashing below layouts.
|
||||
layout.Stack(num_stacks=2),
|
||||
layout.Bsp(),
|
||||
layout.Matrix(),
|
||||
layout.MonadTall(),
|
||||
layout.MonadWide(),
|
||||
layout.RatioTile(),
|
||||
#layout.Bsp(),
|
||||
#layout.Matrix(),
|
||||
#layout.MonadTall(),
|
||||
#layout.MonadWide(),
|
||||
#layout.RatioTile(),
|
||||
layout.Tile(),
|
||||
layout.TreeTab(),
|
||||
layout.VerticalTile(),
|
||||
layout.Zoomy(),
|
||||
#layout.VerticalTile(),
|
||||
#layout.Zoomy(),
|
||||
]
|
||||
|
||||
widget_defaults = dict(
|
||||
|
||||
Reference in New Issue
Block a user