cleared up more mess
This commit is contained in:
@@ -99,13 +99,20 @@ for i in groups:
|
|||||||
#region layouts
|
#region layouts
|
||||||
layouts = [
|
layouts = [
|
||||||
layout.MonadTall(
|
layout.MonadTall(
|
||||||
border_focus = '#0000ff',
|
border_focus = '#00ff00',
|
||||||
border_width = 1,
|
border_width = 2,
|
||||||
new_at_current = True,
|
new_at_current = True,
|
||||||
|
name = 'monadtall',
|
||||||
|
),
|
||||||
|
layout.Max(
|
||||||
|
name = 'max',
|
||||||
|
),
|
||||||
|
layout.MonadWide(
|
||||||
|
border_focus = '#00ff00',
|
||||||
|
border_width = 2,
|
||||||
|
new_at_current = True,
|
||||||
|
name = 'monadwide',
|
||||||
),
|
),
|
||||||
layout.Floating(),
|
|
||||||
layout.Max(),
|
|
||||||
layout.MonadWide(),
|
|
||||||
]
|
]
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
Reference in New Issue
Block a user