On Sat, 23 Jan 2010 16:47:22 -0500
Yuliang Wang <[email protected]> wrote:

> I added the line "size_hints_honor=false" in the default rc.lua file
> just below the line "modkey="Mod4"", and restarted awesome but the
> gaps stays. Maybe the command goes somewhere else?

If I remember things right, you should put it inside the
add_signal("manage", ...) function : 

"""
-- {{{ Signals
-- Signal function to execute when a new client appears.
client.add_signal("manage", function (c, startup)
    [...]
        c.size_hints_honor = true
        [...]
end)
"""

(for every thing else, Google® { awesome rc.lua size_hints_honor })

/Johan

--
To unsubscribe, send mail to [email protected].

Reply via email to