[xmonad] darcs patch: Prompt/Man.hs: remove docstring. (and 3
more)
Devin Mullins
me at twifkak.com
Sun Nov 18 13:32:56 EST 2007
On Sun, Nov 18, 2007 at 06:54:37AM -0800, Joachim Fasting wrote:
> Sun Nov 18 15:32:40 CET 2007 Joachim Fasting <joachim.fasting at gmail.com>
> * Prompt/Man.hs: remove docstring.
>
> Sun Nov 18 15:41:53 CET 2007 Joachim Fasting <joachim.fasting at gmail.com>
> * Actions/SinkAll.hs: update usage doc.
>
> Sun Nov 18 15:47:22 CET 2007 Joachim Fasting <joachim.fasting at gmail.com>
> * Prompt/XMonad.hs: minor typo in doc.
>
> Sun Nov 18 15:48:49 CET 2007 Joachim Fasting <joachim.fasting at gmail.com>
> * Prompt/*: add XConfig variable to keybindings in doc.
Applied, with one modification:
> hunk ./XMonad/Actions/SinkAll.hs 25
> --- > keys = [ ((modMask .|. shiftMask, xK_t), sinkAll) ]
> +-- > keys x = [ ((modMask x .|. shiftMask, xK_t), sinkAll) ]
That should be "keys" not "keys x." I agree with Andrea, though, these
docs need a lot of work. If Spencer's Endo/FRef/Monoid idea is going
into the release, though, I'd wait for that -- it'll make documenting
the config *much* easier.
Devin
More information about the xmonad
mailing list