[xmonad] xmonad config error
Fred Phillips
fophillips at fophillips.org
Sun Oct 26 18:29:29 EDT 2008
On Sun Oct 26 21:32:28 2008, Guy Wire wrote:
>
> Hello,
>
> I just installed Xmonad on my Arch system. The basic setup is simply amazing. In trying to go through the configuration walk-through I downloaded the xmonad.hs file from the website. Mod1+q gives me:
>
> Error detected while loading xmonad configuration file: ~/.xmonad/xmonad.hs
>
> xmonad.hs:161:53: Not in scope: 'W.shiftMaster'
>
> xmonad.hs:164:53: Not in scope: 'W.shiftMaster'
>
> xmonad.hs:168:53: Not in scope: 'W.shiftMaster'
>
> Please check the file for errors.
>
I am guessing you have a line in your xmonad.hs that looks like this:
import qualified XMonad.StackSet as W (W.shift)
it needs to look like this:
import qualified XMonad.StackSet as W (W.shift, W.shiftMaster)
--
Fred O. Phillips
http://fophillips.org
BBC7 7572 755F 83E0 3209 504A E4F7 874F 1545 9D41
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/xmonad/attachments/20081026/d517e7c4/attachment.bin
More information about the xmonad
mailing list