From 9dc19f882188cd649c46f88fa6f8434152f89254 Mon Sep 17 00:00:00 2001 From: Sudo Nice Date: Thu, 11 Aug 2016 09:53:02 +0300 Subject: [PATCH] quake: let border width be configurable --- util/quake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/quake.lua b/util/quake.lua index 0bd7148..be9258c 100644 --- a/util/quake.lua +++ b/util/quake.lua @@ -60,7 +60,7 @@ function quake:display() -- Resize awful.client.floating.set(client, true) - client.border_width = 0 + client.border_width = self.border client.size_hints_honor = false if self.notexist then client:geometry(self.geometry) @@ -101,6 +101,7 @@ function quake:new(config) conf.extra = conf.extra or "" -- extra arguments conf.visible = conf.visible or false -- initially not visible conf.screen = conf.screen or capi.mouse.screen + conf.border = conf.border or 1 -- If width or height <= 1 this is a proportion of the workspace wibox_height = conf.wibox_height or 18 -- statusbar weight -- 2.39.2