[xmonad] "Not in scope"
Dollenstein Zsolt
zsol+lists at elte.hu
Mon Dec 31 04:16:49 EST 2007
On Sun, 30 Dec 2007 16:57:00 -0500
"Jevin Maltais" <jevin at techie.com> wrote:
> Still trying to get xmonad to worky in gnome. Is this not just like
> the XMonad.Hooks.ManageDocks doc?
Case matters, see below.
> 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)
This should read:
, layoutHook = avoidStruts (Tall ||| Mirror
Tall)
Cheers,
Zsolt
More information about the xmonad
mailing list