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 | eaeeb6eeb45bc30770ecbfa6ac4e4329327081f3 (patch) | |
tree | 43d173c253e8783bb4b98351b6d9249743228921 /CONFIG | |
parent | 648a5247b93dec780c51c972965f845e61431d7a (diff) | |
download | xmonad-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-- | 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 |