Editing layout margins.

This commit is contained in:
Derek Taylor
2025-02-27 07:47:15 -06:00
parent 51a4962ade
commit 3bb586db86
2 changed files with 8 additions and 24 deletions

View File

@@ -333,23 +333,15 @@ The layouts that I use, plus several that I don't use. Uncomment the layouts you
#+begin_src python
layouts = [
layout.MonadTall(**layout_theme),
layout.MonadWide(**layout_theme),
layout.Tile(**layout_theme),
layout.Max(**layout_theme),
#layout.Bsp(**layout_theme),
#layout.Floating(**layout_theme)
#layout.RatioTile(**layout_theme),
#layout.VerticalTile(**layout_theme),
#layout.Matrix(**layout_theme),
layout.MonadTall(**layout_theme),
#layout.MonadWide(**layout_theme),
layout.Tile(
shift_windows=True,
border_width = 0,
margin = 0,
ratio = 0.335,
),
layout.Max(
border_width = 0,
margin = 0,
),
#layout.Stack(**layout_theme, num_stacks=2),
#layout.Columns(**layout_theme),
#layout.TreeTab(