aboutsummaryrefslogtreecommitdiffstats
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
commit98f46f328c9dfda5e05471b895c91098e9c4c5d8 (patch)
treeb5e95f5feb2655b6942ca60cbe3250df0834600c /CONFIG
parentd11b051dea4dfe0a46a16c26fdd1d7ba481336ea (diff)
downloadxmonad-98f46f328c9dfda5e05471b895c91098e9c4c5d8.tar.gz
xmonad-98f46f328c9dfda5e05471b895c91098e9c4c5d8.tar.xz
xmonad-98f46f328c9dfda5e05471b895c91098e9c4c5d8.zip
add a template xmonad.hs
darcs-hash:20071209225018-cba2c-d473bb1ee79d48de104004c0af455a44568d2ff7.gz
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 ==