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