summaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Config.hs')
-rw-r--r--XMonad/Config.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Config.hs b/XMonad/Config.hs
index 33ac8df..b3f9d79 100644
--- a/XMonad/Config.hs
+++ b/XMonad/Config.hs
@@ -10,8 +10,8 @@
-- Portability : portable
--
-- This module specifies the default configuration values for xmonad.
--- Users will typically use record syntax to override particular fields
--- they disagree with, in the defaultConfig structure.
+-- Users should not modify this file. Rather, they should provide their
+-- own ~/.xmonad/xmonad.hs that overrides specific fields in defaultConfig.
--
------------------------------------------------------------------------