summaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorDevin Mullins <me@twifkak.com>2007-11-11 20:13:04 +0100
committerDevin Mullins <me@twifkak.com>2007-11-11 20:13:04 +0100
commitd5a088f1d91390d41ccb50f4a3af2fdd91df2a76 (patch)
treeb1e239f7dad6c9ac6040bf6ae1005651b086549c /XMonad
parent6f7a457eba8d2be11d73dfc1f90d3f4d5c53222a (diff)
downloadmetatile-d5a088f1d91390d41ccb50f4a3af2fdd91df2a76.tar
metatile-d5a088f1d91390d41ccb50f4a3af2fdd91df2a76.zip
clarify comment at top of Config.hs
There appears to be some confusion -- several people have wanted to edit Config.hs as was done in the past. This comment probably won't stop that, but it's a start. darcs-hash:20071111191304-78224-3267de9d4e8da0ef07e58e9cf2135b2ab652445c
Diffstat (limited to 'XMonad')
-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.
--
------------------------------------------------------------------------