
30 Dec
2007
30 Dec
'07
9:57 p.m.
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@techie.com] http://jevy.org