2009/1/26 Maxime COSTE <[email protected]>: > 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
Thank's all. I choose this solution who work very nicely ! I put this just under the size_hints_honor. Do you want me do document this somwhere on the wiki ? Sorry to say that, but the doc is hard to use for user like me (read = user who had never writen one line of code !). Cheers, Olivier. -- [Message tapé sur un clavier Bépo : http://www.clavier-dvorak.org ] http://nemolivier.blogspot.com -- To unsubscribe, send mail to [email protected].
