summaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2007-12-20 21:15:49 +0100
committerBrent Yorgey <byorgey@gmail.com>2007-12-20 21:15:49 +0100
commitd580034347e4a940c14955ed17b23fbff20936f5 (patch)
tree8e441eefb2ca1ba71fc3d686134fb66ac089803e /XMonad/Config.hs
parent954d6664ce63a3ec3c48de338ab546b9c54691ba (diff)
downloadmetatile-d580034347e4a940c14955ed17b23fbff20936f5.tar
metatile-d580034347e4a940c14955ed17b23fbff20936f5.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
Diffstat (limited to 'XMonad/Config.hs')
-rw-r--r--XMonad/Config.hs8
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.
--
------------------------------------------------------------------------