diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2007-12-19 03:39:18 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2007-12-19 03:39:18 +0100 |
commit | 5c9e250c5c49aa841598cf3c50334fe2d2edf5a8 (patch) | |
tree | 1c6c4a6a4acce8c08a739c70a3da9dbd76e6ea23 | |
parent | 0399af71551dc56c4f5eddba98ce21f0ae7841fb (diff) | |
download | metatile-5c9e250c5c49aa841598cf3c50334fe2d2edf5a8.tar metatile-5c9e250c5c49aa841598cf3c50334fe2d2edf5a8.zip |
Manpage now describes config in ~/.xmonad/xmonad.hs
darcs-hash:20071219023918-1499c-568e8b366afb1d0e42e7640e6b3e8bdbf748f9b1
-rw-r--r-- | man/xmonad.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xmonad.1.in b/man/xmonad.1.in index 9e99f65..c2f92a6 100644 --- a/man/xmonad.1.in +++ b/man/xmonad.1.in @@ -27,6 +27,6 @@ xmonad .RE to your \fI~/.xinitrc\fR file .SH CUSTOMIZATION -\fBxmonad\fR is customized by creating a custom Config.hs and (re)compiling the source code. After recompiling, 'restart' is used to fork the new version, with changes reflected immediately. +\fBxmonad\fR is customized in ~/.xmonad/xmonad.hs, and then restarting with mod-q. .SH BUGS Probably. If you find any, please report them: http://code.google.com/p/xmonad/issues/list |