diff options
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. -- ------------------------------------------------------------------------ |