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.

This commit is contained in:
Brent Yorgey
2007-12-20 20:15:49 +00:00
parent 76d2bddaf0
commit 46f5e68cfa

View File

@@ -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.
--
------------------------------------------------------------------------