From 31d128f1c5b57f4237d73c399e0868e30e236e04 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 3 Mar 2010 09:08:58 +0100 Subject: [PATCH] do not honor size hints --- .config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2