On Wed, Feb 29, 2012 at 04:28:32PM +0000, 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,
>                      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.

Has your screen size or font size changed?

I've seen that in other applications where the screen resolution isn't
a clean multiple of the fixed size font. The application could have
just filled to the edge, but instead tried to lock it's size to match
the font and you end up with a border smaller than the height/width of
a single character.

------------------------------------------------------------------
Russell Adams                            [email protected]

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

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

Reply via email to