[xmonad] Issue 125 in xmonad: Tabbed layout not working anymore

codesite-noreply at google.com codesite-noreply at google.com
Wed Jan 30 16:25:07 EST 2008


Issue 125: Tabbed layout not working anymore
http://code.google.com/p/xmonad/issues/detail?id=125

Comment #3 by andrea.rossato:
a work around is to import Simplest and Decoration:

import XMonad.Layout.Decoration
import XMonad.Layout.Simplest

and add to your layouts:

(decoration shrinkText defaultTheme Tabbed Simplest)

that will give you a working and safe tabbed layout.

hope this helps.
andrea



-- 
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