[xmonad] Issue 125 in xmonad: Tabbed layout not working anymore
codesite-noreply at google.com
codesite-noreply at google.com
Wed Jan 30 16:11:04 EST 2008
Issue 125: Tabbed layout not working anymore
http://code.google.com/p/xmonad/issues/detail?id=125
Comment #2 by andrea.rossato:
This is due to:
Wed Jan 30 07:46:24 CET 2008 Spencer Janssen <sjanssen at cse.unl.edu>
* Various decorations related updates
* remove deprecated TConf stuff
* Remove 'style' from DeConf
* Change DeConf to Theme
* share defaultTheme across all decorations
As I pointed out here:
http://www.haskell.org/pipermail/xmonad/2008-January/004440.html
in the new decoration framework, as I conceived it, layouts are
supposed to return
the geometry of *all* managed windows, without deciding which ones the
user wants to
actually see.
Since Full, the new layout the Tabbed layout modifier is applied too,
just retruns
the focused window only, and since Tabbed is not supposed to decorate
the first
window, as long as Tabbed will modify Full, you will not see anything
any decoration
at all.
This is not a bug. It is a feature.
;)
Cheers.
--
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