diff options
author | Don Stewart <dons@galois.com> | 2007-11-07 03:08:01 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-11-07 03:08:01 +0100 |
commit | 9521427e76dd7977456a479012be996a63efe7bb (patch) | |
tree | 43d173c253e8783bb4b98351b6d9249743228921 /CONFIG | |
parent | f56ff9db97a7d4a3b3379e5813a42df8b47d40ea (diff) | |
download | metatile-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-- | CONFIG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |