On Mon 26/01/09, 13:25, Olivier Guéry wrote: > Yes, you find it… Maybe I'm gonna prefer gap around my gvim windows > instead of this…
You can have honorsizehints false for a certain window class (or name)
and true for all the others.
Something like the following in awful.hooks.manage.register:
function program(p)
return c.class:lower():find(p)
end
if program("mplayer") then
c.honorsizehints = false
else
c.honorsizehints = true
end
Giorgio Lando
--
To unsubscribe, send mail to [email protected].
