From: projektile Date: Sat, 27 Sep 2014 05:07:19 +0000 (-0400) Subject: update dynamic border change X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/c043bc1059a644e5a59a314890db88f8d9ed3d48 update dynamic border change --- diff --git a/util/init.lua b/util/init.lua index d99f007..ac3afec 100644 --- a/util/init.lua +++ b/util/init.lua @@ -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