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 | 17e14134266db4735537c919bd339d556039a930 (patch) | |
tree | 1c6c4a6a4acce8c08a739c70a3da9dbd76e6ea23 /man | |
parent | 47c7b64c2cb9bac9cd4a7f017693befb126f1305 (diff) | |
download | xmonad-17e14134266db4735537c919bd339d556039a930.tar.gz xmonad-17e14134266db4735537c919bd339d556039a930.tar.xz xmonad-17e14134266db4735537c919bd339d556039a930.zip |
Manpage now describes config in ~/.xmonad/xmonad.hs
darcs-hash:20071219023918-1499c-568e8b366afb1d0e42e7640e6b3e8bdbf748f9b1.gz
Diffstat (limited to 'man')
-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 |