Devin Mullins 0cb0d3eef4 experimental MessageHooks "branch" of main
Doesn't do much now, but is enough to allow me to define noFollow again. :)
I believe the need to change XConfig may force this to be an *actual* branch of
xmonad core, but I'm not sure yet.
2007-11-18 01:08:36 +00:00
2007-11-15 22:57:04 +00:00
2007-11-01 20:10:59 +00:00
2007-11-16 10:50:37 +00:00
2007-11-01 20:20:41 +00:00

3rd party XMonad extensions and contributions.

Build and install through Cabal as for other Haskell packages:

        runhaskell Setup configure --user --prefix=$HOME
        runhaskell Setup build
        runhaskell Setup install --user

(You may want to remove the --user flag when installing as root.)

scripts/ contains further external programs useful with xmonad.

Haskell code contributed to this repo should live under the
appropriate subdivision of the 'XMonad.' namespace (currently includes
Actions, Config, Hooks, Layout, Prompt, and Util). For example, to use
the Mosaic layout, one would import:

 XMonad.Layout.Mosaic


------------------------------------------------------------------------

Code submitted to the contrib repo is licensed under the same license as
XMonad itself, with copyright held by the authors.
Description
Languages
Haskell 99.6%
C 0.2%
Shell 0.1%