diff options
author | Devin Mullins <me@twifkak.com> | 2007-11-11 20:13:04 +0100 |
---|---|---|
committer | Devin Mullins <me@twifkak.com> | 2007-11-11 20:13:04 +0100 |
commit | d5a088f1d91390d41ccb50f4a3af2fdd91df2a76 (patch) | |
tree | b1e239f7dad6c9ac6040bf6ae1005651b086549c /XMonad | |
parent | 6f7a457eba8d2be11d73dfc1f90d3f4d5c53222a (diff) | |
download | metatile-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.hs | 4 |
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. -- ------------------------------------------------------------------------ |