diff options
author | gwern0 <gwern0@gmail.com> | 2008-09-13 04:44:57 +0200 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2008-09-13 04:44:57 +0200 |
commit | a7e3521f357fd66e4faace47260c2fd908e68aa3 (patch) | |
tree | e9b532f943fe24e18f2780153ffbae09ddcfd7ab /CONFIG | |
parent | 0a089abfcd0170576f789904c92b45e75fb60bd0 (diff) | |
download | xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.tar.gz xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.tar.xz xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.zip |
sp README, CONFIG, STYLE, TODO
darcs-hash:20080913024457-f7719-181450f5e087226c9a363b7501b27bb2aea76944.gz
Diffstat (limited to 'CONFIG')
-rw-r--r-- | CONFIG | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,9 +51,9 @@ Ok, looks good. To have xmonad start using your settings, type 'mod-q'. xmonad will then load this new file, and run it. If it is unable to, the defaults -are used. +are used. -To load succesfully, both 'xmonad' and 'ghc' must be in your $PATH +To load successfully, both 'xmonad' and 'ghc' must be in your $PATH environment variable. If GHC isn't in your path, for some reason, you can compile the xmonad.hs file yourself: |