[xmonad] "Not in scope"

Jevin Maltais jevin at techie.com
Sun Dec 30 16:57:00 EST 2007


Still trying to get xmonad to worky in gnome.  Is this not just like
the XMonad.Hooks.ManageDocks doc?
Jevin

Using ghc 6.6.1
xmonad 0.5

xmonad.hs:
import XMonad
import XMonad.Hooks.ManageDocks

main = xmonad $ defaultConfig
                  { borderWidth      = 3
                  , manageHook       = manageDocks
                  , layoutHook       = avoidStruts (tall ||| mirror tall)
                  }

[1 of 1] Compiling Main             ( xmonad.hs, interpreted )

xmonad.hs:7:52: Not in scope: `tall'

xmonad.hs:7:61: Not in scope: `mirror'

xmonad.hs:7:68: Not in scope: `tall'
Failed, modules loaded: none.


-- 
Jevin Maltais [jevin at techie.com]
http://jevy.org


More information about the xmonad mailing list