
Okay, it lists the version of xmonad as 0.8-1. I know I got the xmonad.hs file from somewhere on the xmonad website. In trying to track down where I found it, I found http://haskell.org/haskellwiki/Xmonad/Config_archive/Template_xmonad.hs . I'm assuming this is where I got it. However, replacing my old file with this gives me new errors: xmonad.hs:141:10: Not in scope: 'modifyGap' xmonad.hs:141.38: Not in scope: 'XMonad.defaultGaps' xmonad.hs:273:8: Not in scope: 'defaultGaps' I'm afraid I don't really know what "darcs" is. I see a xmonad-darcs listed in my repo, so perhaps I'll try that. Forgive me for being a dummy, but I'm trying to learn. Thanks for your help! _________________________________________________________________ Stay organized with simple drag and drop from Windows Live Hotmail. http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008

On Tue, Oct 28, 2008 at 4:20 PM, Guy Wire
Okay, it lists the version of xmonad as 0.8-1. I know I got the xmonad.hs file from somewhere on the xmonad website. In trying to track down where I found it, I found http://haskell.org/haskellwiki/Xmonad/Config_archive/Template_xmonad.hs . I'm assuming this is where I got it. However, replacing my old file with this gives me new errors:
xmonad.hs:141:10: Not in scope: 'modifyGap'
xmonad.hs:141.38: Not in scope: 'XMonad.defaultGaps'
xmonad.hs:273:8: Not in scope: 'defaultGaps'
defaultGaps has been removed for a little while now. You should use ManageDocks instead, see http://haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#Make_space_... for more info.
I'm afraid I don't really know what "darcs" is. I see a xmonad-darcs listed in my repo, so perhaps I'll try that. Forgive me for being a dummy, but I'm trying to learn. Thanks for your help!
darcs is the version control system used by xmonad, thus xmonad-darcs represents the most current code. see http://darcs.net for more info if interested.

On Tue, Oct 28, 2008 at 07:20:18PM -0400, Guy Wire wrote:
Okay, it lists the version of xmonad as 0.8-1. I know I got the xmonad.hs file from somewhere on the xmonad website. In trying to track down where I found it, I found http://haskell.org/haskellwiki/Xmonad/Config_archive/Template_xmonad.hs . I'm assuming this is where I got it. However, replacing my old file with this gives me new errors:
xmonad.hs:141:10: Not in scope: 'modifyGap'
xmonad.hs:141.38: Not in scope: 'XMonad.defaultGaps'
xmonad.hs:273:8: Not in scope: 'defaultGaps'
I'm afraid I don't really know what "darcs" is. I see a xmonad-darcs listed in my repo, so perhaps I'll try that. Forgive me for being a dummy, but I'm trying to learn. Thanks for your help!
Hm, it seems you found the template config file for xmonad 0.6, although it unfortunately doesn't seem to be labeled as such. Try this instead: http://code.haskell.org/xmonad/man/xmonad.hs -Brent
participants (3)
-
Brent Yorgey
-
Guy Wire
-
sme