diff options
author | Brent Yorgey <byorgey@gmail.com> | 2007-12-20 21:15:49 +0100 |
---|---|---|
committer | Brent Yorgey <byorgey@gmail.com> | 2007-12-20 21:15:49 +0100 |
commit | 4e198ed974ef61a942716a8640cbeab10d3b344b (patch) | |
tree | 8e441eefb2ca1ba71fc3d686134fb66ac089803e | |
parent | 54a141cf6160ebcf2255f89c6be509e5dbb7262c (diff) | |
download | xmonad-4e198ed974ef61a942716a8640cbeab10d3b344b.tar.gz xmonad-4e198ed974ef61a942716a8640cbeab10d3b344b.tar.xz xmonad-4e198ed974ef61a942716a8640cbeab10d3b344b.zip |
Config.hs: too many users seem to be ignoring/missing the polite warning not to modify this file; change it to something a bit less polite/more obvious.
darcs-hash:20071220201549-bd4d7-1ee7ed6452411944dbbb8545d4e8b2d0b53fa967.gz
-rw-r--r-- | XMonad/Config.hs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/XMonad/Config.hs b/XMonad/Config.hs index 0c2a533..2506be6 100644 --- a/XMonad/Config.hs +++ b/XMonad/Config.hs @@ -10,8 +10,12 @@ -- Portability : portable -- -- This module specifies the default configuration values for xmonad. --- Users should not modify this file. Rather, they should provide their --- own @~\/.xmonad\/xmonad.hs@ that overrides specific fields in defaultConfig. +-- +-- DO NOT MODIFY THIS FILE! It won't work. You may configure xmonad +-- by providing your own @~\/.xmonad\/xmonad.hs@ that overrides +-- specific fields in 'defaultConfig'. For a starting point, you can +-- copy the @xmonad.hs@ found in the @man@ directory, or look at +-- examples on the xmonad wiki. -- ------------------------------------------------------------------------ |