mirror of https://github.com/lcpz/lain.git
update dynamic border change
This commit is contained in:
parent
229d0d3860
commit
ead527ecdb
|
@ -210,6 +210,12 @@ function util.useless_gaps_resize(thatmuch)
|
|||
awful.layout.arrange(mouse.screen)
|
||||
end
|
||||
|
||||
-- On the fly global border change
|
||||
function util.global_border_resize(thatmuch)
|
||||
beautiful.global_border_width = tonumber(beautiful.global_border_width) + thatmuch
|
||||
awful.layout.arrange(mouse.screen)
|
||||
end
|
||||
|
||||
-- Check if an element exist on a table
|
||||
function util.element_in_table(element, tbl)
|
||||
for _, i in pairs(tbl) do
|
||||
|
|
Loading…
Reference in New Issue