change gap size

This commit is contained in:
zoe 2022-09-12 00:39:28 +02:00
parent db1ea68a84
commit 2ac148ca02
2 changed files with 6 additions and 4 deletions

View File

@ -16,6 +16,6 @@ colors = {
}
border_width = 2
gap_width = 8
gap_width = 4
terminal = "kitty"
mod = "mod4"

View File

@ -26,14 +26,16 @@ def get_layouts():
margin_on_single=my_globals.gap_width,
),
max.Max(**default_layout_theme),
# Try more layouts by unleashing below layouts.
# layout.Stack(num_stacks=2),
# layout.Bsp(),
# matrix.Matrix(),
# xmonad.MonadTall(**default_layout_theme),
# xmonad.MonadTall(
# **default_layout_theme,
# ratio=2 / 3,
# ),
# layout.MonadWide(),
# layout.RatioTile(),
# layout.Tile(),
# tile.Tile(),
# layout.TreeTab(),
# layout.VerticalTile(),
# Zoomy(),