summaryrefslogtreecommitdiffstats
path: root/CONFIG
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-12-09 23:50:18 +0100
committerDon Stewart <dons@galois.com>2007-12-09 23:50:18 +0100
commit1c92b27c3d20235807a34d0b415ff60c7b72d682 (patch)
treeb5e95f5feb2655b6942ca60cbe3250df0834600c /CONFIG
parent6b590ca5f5be710cf255d37402ba5c6cdd980de4 (diff)
downloadmetatile-1c92b27c3d20235807a34d0b415ff60c7b72d682.tar
metatile-1c92b27c3d20235807a34d0b415ff60c7b72d682.zip
add a template xmonad.hs
darcs-hash:20071209225018-cba2c-d473bb1ee79d48de104004c0af455a44568d2ff7
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 ==