From 880efa1cbb063611c2690063f3a1e6ed21cd808c Mon Sep 17 00:00:00 2001 From: Ambrevar Date: Wed, 2 Jan 2013 11:39:25 +0100 Subject: [PATCH] Awesome: option to remove gaps between windows. --- .config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index ddabe184..98b21af9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -568,6 +568,7 @@ awful.rules.rules = { { rule = { }, properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, + size_hints_honor = false, focus = true, keys = clientkeys, buttons = clientbuttons } },