From ead527ecdb2c8be34211e440ea5fca09f56072c9 Mon Sep 17 00:00:00 2001 From: projektile Date: Sat, 27 Sep 2014 01:07:19 -0400 Subject: [PATCH] update dynamic border change --- util/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2