I already had size_hints_honor = false on the rules table:
awful.rules.rules = {
-- All clients will match this rule.
{ rule = { },
properties = { border_width = beautiful.border_width,
border_color = beautiful.border_normal,
focus = true,
keys = clientkeys,
size_hints_honor = false,
buttons = clientbuttons } },
...
Removing it just turns that gray area to nothing and shows the wallpaper
behind.
I am also using the same rc.lua as before.
On Wed, Feb 29, 2012 at 4:23 PM, Marco <[email protected]> wrote:
> On 2012-02-29 David Gomes <[email protected]> wrote:
>
> > http://i.imgur.com/hQk4O.png As you can see in that image, Gvim is
> > not tiling to the max, and there's some grey unwanted space on the
> > bottom,
>
> Mayebe it's related to the size hints. You can try to disable the
> hints¹.
>
> > which didn't use to exist when I used Awesome on another operating
> > system.
>
> Did you use the same configuration and the same version? If the
> configuration differs, you can compare both rc.lua files step by
> step and check when gray box appears.
>
> Regards
>
> Marco
>
>
> [1]
> http://awesome.naquadah.org/wiki/FAQ#How_to_remove_gaps_between_windows.3F
>
>
>
> --
> To unsubscribe, send mail to [email protected].
>
--
David Gomes