Hi Martin,

If I remember from past discussions correctly,  is because terminals
like to have a certain number of rows and columns (based on lines of
text) and some other applications have similar "hints". Last time it
was mentioned, someone supplied this solution:
"size_hints_honor = false"

which can be applied as a rule to all clients. More info about rules
can be found on the wiki, but in my config file there's a section that
looks like this:


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,
                     buttons = clientbuttons,
                     --Your new rule goes here
} },

Hope this helps, and if the awesome veterans want to lambaste me for
being completely wrong, please do.

Ellie



On 9 December 2010 19:27, Martin <[email protected]> wrote:
> Hi there,
>
> I'm an awesome newbie:) I can't figure out how to get rid of little spaces
> between clients in a screen.
> For example, when I've got 3 clients open in one screen (terminal + mplayer
> + firefox) they don't stick together 100%.
> There are some spaces between them showing the background picture
> How could I change it so that there were no spaces between them whatsoever?
>
> Thanks
>
> Marcin
>
>
> --
> To unsubscribe, send mail to [email protected].
>

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

Reply via email to