Changed window gap.

This commit is contained in:
sheldonmlee 2021-04-24 16:36:49 +08:00
parent 6d6345417d
commit 4833a157b4

View File

@ -43,7 +43,7 @@ theme.fg_focus = solarized["magenta"]
theme.fg_urgent = solarized["base03"]
theme.fg_minimize = solarized["base00"]
theme.useless_gap = dpi(4)
theme.useless_gap = dpi(0)
theme.border_width = dpi(1)
theme.border_normal = solarized["base01"]
theme.border_focus = solarized["orange"]