
On 16 Sep 2011, wagnerdm@seas.upenn.edu wrote:
Quoting Anthony Campbell
: I wanted to try out some of the modules in the contrib list. As a first step in learning I copied this demonstration xmonad.hs from the documentation:
------------------------------------- import XMonad
import XMonad.Layout.Tabbed import XMonad.Layout.Accordion import XMonad.Layout.NoBorders
mylayoutHook = Full ||| noBorders (tabbed shrinkText defaultTConf) ||| Accordion
main = xmonad $ defaultConfig { layoutHook = mylayoutHook }
----------------------------------------------------------
What documentation is that coming from?
In any case, I don't see any "defaultTConf" in the XMonad.Layout.Tabbed documentation (which is the module I assume would provide it, if any did), but I do see a defaultTheme. Perhaps that's what you want.
~d
This comes from Xmonad-Doc-Extending, which I found at http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Doc-Extending.html#The_L... -- Anthony Campbell - ac@acampbell.org.uk Microsoft-free zone - Using Debian GNU/Linux http://www.acampbell.org.uk - sample my ebooks at http://www.smashwords.com/profile/view/acampbell