aboutsummaryrefslogtreecommitdiffstats
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
commit15da99a2b908fd38153103a337a77ea12ec3a265 (patch)
treeb1e239f7dad6c9ac6040bf6ae1005651b086549c /XMonad
parentdd405396a9fa0867e5ebcf6b3c4c8131cb9577bf (diff)
downloadxmonad-15da99a2b908fd38153103a337a77ea12ec3a265.tar.gz
xmonad-15da99a2b908fd38153103a337a77ea12ec3a265.tar.xz
xmonad-15da99a2b908fd38153103a337a77ea12ec3a265.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.gz
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.
--
------------------------------------------------------------------------