
19 Sep
2011
19 Sep
'11
4:18 a.m.
On 19 September 2011 18:03, Anthony Campbell
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 } -------------------------------------------------
But recompiling gives an error:
xmonad.hs:3:5: parse error on input `import'
What's above that? If you're indenting all of your definitions, you need to indent the "import XMonad" line as well. -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com