On Mon, Jan 26, 2009 at 01:25:55PM +0100, Olivier Guéry wrote:
> 2009/1/26 Julien Danjou <[email protected]>:
> > At 1232969881 time_t, Olivier Guéry wrote:
> >> Do you have an idear to solve this ?
> >
> > Did you set size hints honor to false?
> 
> Yes, you find it… Maybe I'm gonna prefer gap around my gvim windows
> instead of this…
> 

Or you could set size_hints_honor = true only for the mplayer window.
Take a look at the awful.hooks.manage.register call in the default rc.lua, you
can add something like

if c.class == "MPlayer" then
    c.size_hints_honor = true
else
    c.size_hints_honor = false
end

in it, and then you should have size hints honored only for mplayer.

Cheers,

Mawww.


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

Reply via email to