You are not logged in.
Pages: 1
Is there anyway to have a little space between the windows borders? It seems to be a option with the name border_padding, but it only appears in the French documentation, and I don't get where in .awesomerc I should write it.
thanks
(lambda ())
Offline
i do not know this option but put it under "general". it is at the beginning of .awesomerc.
Offline
I found where to write it, but it's not exactly what I wanted
screen {
padding {
top = x
bottom = y
left = z
right = w
}
}
But it's a padding from the corners of the screen, and doesn't affects the distance between the windows.
(lambda ())
Offline
ok, i think i got it. try this...
resize_hints = true
and have a look at the awesome-homepage. search for "gaps".
Offline
Pages: 1