darcs patch: TilePrime.hs: add usage info.

I'm not entirely sure, but I hope this is correct.
Wed Oct 17 21:02:58 CEST 2007 Joachim Fasting

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
* 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
participants (2)
-
David Roundy
-
Joachim Fasting