[Xmonad] darcs patch: TilePrime.hs: add usage info.

David Roundy droundy at darcs.net
Wed Oct 17 15:08:10 EDT 2007


On Wed, Oct 17, 2007 at 12:05:36PM -0700, Joachim Fasting wrote:
> I'm not entirely sure, but I hope this is correct.

Almost...

> Wed Oct 17 21:02:58 CEST 2007  Joachim Fasting <joachim.fasting at gmail.com>
>   * TilePrime.hs: add usage info.
...
> +-- $usage
> +-- You can use this module with the following in your Config.hs file:
> +--
> +-- > import XMonadContrib.TilePrime
> +--
> +-- and add the following line to your 'layouts'
> +--
> +-- > , Layout $ TilePrime nmaster delta ratio False
> +--
> +-- Use True as the last argument to get a wide layout.
> +
> +-- %import XMonadContrib.TilePrime
> +-- %layout , Layout $ TilePrime nmaster ratio False
> +
>  data TilePrime a = TilePrime
>                           { nmaster     :: Int
>                           , delta, frac :: Rational

Looks like the above should be

-- %layout , Layout $ TilePrime nmaster delta ratio False

(you left out the delta)
-- 
David Roundy
Department of Physics
Oregon State University


More information about the Xmonad mailing list