Add permanent gap

This commit is contained in:
Leon Grünewald 2021-02-01 14:05:46 +01:00
parent 626141fbcd
commit d63d5eeb3c
2 changed files with 1 additions and 3 deletions

View file

@ -725,5 +725,3 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- possible workaround for tag preservation when switching back to default screen:
-- https://github.com/lcpz/awesome-copycats/issues/251
-- }}}
lain.util.useless_gaps_resize(2)

View file

@ -63,7 +63,7 @@ theme.layout_max = theme.dir .. "/icons/max.png"
theme.layout_fullscreen = theme.dir .. "/icons/fullscreen.png"
theme.layout_magnifier = theme.dir .. "/icons/magnifier.png"
theme.layout_floating = theme.dir .. "/icons/floating.png"
theme.useless_gap = 0
theme.useless_gap = 2
theme.titlebar_close_button_focus = theme.dir .. "/icons/titlebar/close_focus.png"
theme.titlebar_close_button_normal = theme.dir .. "/icons/titlebar/close_normal.png"
theme.titlebar_ontop_button_focus_active = theme.dir .. "/icons/titlebar/ontop_focus_active.png"