mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 18:54:39 +10:00
Editing layout margins.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user