summaryrefslogtreecommitdiffstats
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
commit9521427e76dd7977456a479012be996a63efe7bb (patch)
tree43d173c253e8783bb4b98351b6d9249743228921 /CONFIG
parentf56ff9db97a7d4a3b3379e5813a42df8b47d40ea (diff)
downloadmetatile-9521427e76dd7977456a479012be996a63efe7bb.tar
metatile-9521427e76dd7977456a479012be996a63efe7bb.zip
point to where defns for config stuff can be found
darcs-hash:20071107020801-cba2c-ae6c7ad4a5baa7f60d4843c8a3b6a08848759ab7
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