[xmonad] Issue 270 in xmonad: HintedTile interferes with simpleDeco

codesite-noreply at google.com codesite-noreply at google.com
Sun Feb 8 11:11:42 EST 2009


Status: New
Owner: ----

New issue 270 by chr.gogo... at web.de: HintedTile interferes with simpleDeco
http://code.google.com/p/xmonad/issues/detail?id=270

What steps will reproduce the problem?

1. Eddit xmonad.hs to make xmonad use the following layout:

simpleDeco shrinkText myTheme ( HintedTile 2 0.03 0.5 TopLeft
XMonad.Layout.HintedTile.Tall )

where

myTheme = defaultTheme
           {
           [...]
           , decoHeight = 18
           }

2. Open an urxvt (rxvt-unicode) terminal window.
3. Play with the value of the decoHeight option

What is the expected output? What do you see instead?

The hinted tile layout schould take care of the restrictions of the size
of the terminal window to be a multiple of the line height. However it
does not correctly take into account the height of the decoration when
calcaulating the height of the window. For some values of decoHeight the
height of the actual drawing area of urxvt (window without the decoration)
is not a multiple of the line height.

I think one would have to make the HintedTile layout be aware of the
height of the decoration.

What version of the product are you using? On what operating system?
xmonad 0.7
urxvt 9.05
Debian Gnu Linux (Lenny)


If this error is due to a module from XMonadContrib, please tag this issue
with 'Component-Contrib' below.
Component-Contrib


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list