From: martin f. krafft Date: Wed, 3 Mar 2010 08:08:58 +0000 (+0100) Subject: do not honor size hints X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/31d128f1c5b57f4237d73c399e0868e30e236e04 do not honor size hints --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 2781f76..83fe0d3 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -524,6 +524,7 @@ client.add_signal("manage", function (c, startup) awful.placement.no_offscreen(c) end end + c.size_hints_honor = false end) client.add_signal("focus", function(c) c.border_color = beautiful.border_focus end)