summaryrefslogtreecommitdiffstats
path: root/CONFIG
diff options
context:
space:
mode:
Diffstat (limited to 'CONFIG')
-rw-r--r--CONFIG10
1 files changed, 8 insertions, 2 deletions
diff --git a/CONFIG b/CONFIG
index e719e99..3ca457d 100644
--- a/CONFIG
+++ b/CONFIG
@@ -1,11 +1,17 @@
== Configuring xmonad ==
-xmonad is configured by creating and editing the Haskell file:
+xmonad is configured by creating and editing the file:
~/.xmonad/xmonad.hs
xmonad then uses settings from this file as arguments to the window manager,
-on startup.
+on startup. For a complete example of possible settings, see the file:
+
+ man/xmonad-template.hs
+
+Further examples are on the website, wiki and extension documentation.
+
+ http://haskell.org/haskellwiki/Xmonad
== A simple example ==