aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs
diff options
context:
space:
mode:
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.
--
------------------------------------------------------------------------