Re: Maximizing Gvim

2012-02-29 Thread Russell Adams
On Wed, Feb 29, 2012 at 04:28:32PM +, David Gomes wrote: > 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, > bor

Re: Maximizing Gvim

2012-02-29 Thread David Gomes
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,

Re: Maximizing Gvim

2012-02-29 Thread Marco
On 2012-02-29 David Gomes 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 us

Maximizing Gvim

2012-02-29 Thread David Gomes
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, which didn't use to exist when I used Awesome on another operating system. Any ideas of how I can tile it? I've seen a thread (searched), and someone else w