diff options
author | Don Stewart <dons@galois.com> | 2007-12-09 23:50:18 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-12-09 23:50:18 +0100 |
commit | 98f46f328c9dfda5e05471b895c91098e9c4c5d8 (patch) | |
tree | b5e95f5feb2655b6942ca60cbe3250df0834600c /CONFIG | |
parent | d11b051dea4dfe0a46a16c26fdd1d7ba481336ea (diff) | |
download | xmonad-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-- | CONFIG | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 == |