Re: Small gap at the bottom of some applications

2012-01-27 Thread Marco
On 2012-01-27 Dimitris Papageorgiou di...@gmx.com wrote:

  Marco  net...@lavabit.com 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 awesome-unsubscr...@naquadah.org.


Small gap at the bottom of some applications

2012-01-26 Thread Marco
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



-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Re: Small gap at the bottom of some applications

2012-01-26 Thread Paweł Rumian
2012/1/27 Marco net...@lavabit.com:
 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.

From http://awesome.naquadah.org:
FAQ - Check here first if you're having problems!

http://awesome.naquadah.org/wiki/FAQ#How_to_remove_gaps_between_windows.3F

HTH,
Paweł

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Re: Small gap at the bottom of some applications

2012-01-26 Thread Dimitris Papageorgiou
 Marco  net...@lavabit.com 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 } },



-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Re: Small gap at the bottom of some applications

2012-01-26 Thread Marco
On 2012-01-27 Dimitris Papageorgiou di...@gmx.com wrote:

  Marco  net...@lavabit.com 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 awesome-unsubscr...@naquadah.org.