aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-07 03:08:01 +0100
committerDon Stewart <dons@galois.com>2007-11-07 03:08:01 +0100
commiteaeeb6eeb45bc30770ecbfa6ac4e4329327081f3 (patch)
tree43d173c253e8783bb4b98351b6d9249743228921 /CONFIG
parent648a5247b93dec780c51c972965f845e61431d7a (diff)
downloadxmonad-eaeeb6eeb45bc30770ecbfa6ac4e4329327081f3.tar.gz
xmonad-eaeeb6eeb45bc30770ecbfa6ac4e4329327081f3.tar.xz
xmonad-eaeeb6eeb45bc30770ecbfa6ac4e4329327081f3.zip
point to where defns for config stuff can be found
darcs-hash:20071107020801-cba2c-ae6c7ad4a5baa7f60d4843c8a3b6a08848759ab7.gz
Diffstat (limited to 'CONFIG')
-rw-r--r--CONFIG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONFIG b/CONFIG
index 6003637..195a535 100644
--- a/CONFIG
+++ b/CONFIG
@@ -25,3 +25,11 @@ You may typecheck this file, or develop it in ghci, as you see fit.
To have xmonad pick up your defaults, try mod-q. xmonad will attempt to
compile this file, and run it. If it is unable to, the defaults are
used.
+
+The default configuration values are defined in the source file:
+
+ XMonad/Config.hs
+
+the XConfig data structure itself is defined in:
+
+ XMonad.hs