add a template xmonad.hs

This commit is contained in:
Don Stewart
2007-12-09 22:50:18 +00:00
parent 462422d07a
commit 3e2d48d5da
4 changed files with 291 additions and 3 deletions

10
CONFIG
View File

@@ -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 ==