[xmonad] Problem getting simpleTabbed to work.
Stefan Pynappels
stefan.pynappels at sptechnical.co.uk
Fri Jan 25 22:32:49 CET 2013
Hi Brandon,
That's great, that's done it. I figured it was something simple in the syntax. I had replaced defaultConfig with myLayout, but that didn't work, now it seems logical to remove the $ layoutHook too.
Thanks again.
Stefan
On Fri, Jan 25, 2013 at 04:14:08PM -0500, Brandon Allbery wrote:
> On Fri, Jan 25, 2013 at 3:59 PM, Stefan Pynappels
> <[1]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
> [2]allbery.b at gmail.com                Â
> Â [3]ballbery at sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad   Â
> Â [4]http://sinenomine.net
>
> References
>
> 1. mailto:stefan.pynappels at sptechnical.co.uk
> 2. mailto:allbery.b at gmail.com
> 3. mailto:ballbery at sinenomine.net
> 4. http://sinenomine.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20130125/e3fe68cb/attachment-0001.pgp>
More information about the xmonad
mailing list