[xmonad] Problem getting simpleTabbed to work.

Brandon Allbery allbery.b at gmail.com
Fri Jan 25 22:14:08 CET 2013


On Fri, Jan 25, 2013 at 3:59 PM, Stefan Pynappels <
stefan.pynappels at sptechnical.co.uk> wrote:

> Thanks for the quick reply, I had tried that but had the opening bracket
> to the right of the "Tall" instead of to the left!
>
> So now I don't get any parsing errors, but neither do I have any tabs. I
> have Tall, Mirror Tall and Full, just like before....
>

Looks like your config record has

        , layoutHook = avoidStruts  $  layoutHook defaultConfig

and myLayout isn't actually referenced anywhere.  You want to change the
above to

        , layoutHook = avoidStruts myLayout

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20130125/e99c79ca/attachment.htm>


More information about the xmonad mailing list