Add permanent gap
This commit is contained in:
parent
626141fbcd
commit
d63d5eeb3c
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue