From: martin f. krafft Date: Sat, 10 Sep 2016 07:28:00 +0000 (+0200) Subject: do not honor size hints, remove gaps X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/d9bfce8495cd8107e2346942073f04f2d79f5862 do not honor size hints, remove gaps --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 66f5d4b..892f9fc 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -434,6 +434,7 @@ awful.rules.rules = { properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, focus = awful.client.focus.filter, + size_hints_honor = false, raise = true, keys = clientkeys, buttons = clientbuttons,