[Haskell-beginners] Editing the layout hook

Brandon Allbery allbery.b at gmail.com
Wed Sep 14 11:55:52 CEST 2011


On Wed, Sep 14, 2011 at 04:30, Anthony Campbell <ac at acampbell.org.uk> wrote:

>    mylayoutHook = Full ||| noBorders (tabbed shrinkText defaultTConf) |||
> Accordion
> xmonad.hs:7:58: Not in scope: `defaultTConf'
>

There isn't a defaultTConf defined by XMonad.Layout.Tabbed.  You probably
want defaultTheme.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110914/5d7e2682/attachment.htm>


More information about the Beginners mailing list