vicfryzel / xmonad-config

My xmonad and xmobar configuration, plus necessary scripts to make things more usable.
http://www.vicfryzel.com/2010/06/27/obtaining-a-beautiful-usable-xmonad-configuration
MIT License
464 stars 161 forks source link

Syntax error at xmonad.hs:75:1 #10

Closed cyrusdavid closed 11 years ago

cyrusdavid commented 11 years ago

xmonad.hs:75:1: parse error (possibly incorrect indentation)

myLayout = avoidStruts (
    Tall 1 (3/100) (1/2) |||
    Mirror (Tall 1 (3/100) (1/2)) |||
    tabbed shrinkText tabConfig |||
    Full |||
    spiral (6/7)) |||
    noBorders (fullscreenFull Full)

Specifically on the first line, I don't know why.