On 2012-01-27 Dimitris Papageorgiou <[email protected]> wrote: > >>>>> Marco <[email protected]> writes: > > > Some of my applications (e.g. urxvt, xterm) don't take the space > > they should. There's a small border at the bottom, a few pixels, > > maybe 8-14. > > > I already tried to set the border to zero, then I have no border, > > but the gap remains. How to remove this gap? > > > If necessary I can provide screenshots or additional information, > > just let me know what. > > > Marco > > in the rules section of your rc.lua try something like this: > > { rule = { class = "Emacs" }, > properties = { size_hints_honor = false } }, > { rule = { class = "URxvt" }, > properties = { size_hints_honor = false } },
Thanks, that's it. Marco -- To unsubscribe, send mail to [email protected].
