aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 717d4ebc86860b0dccc5114e7ce1d80d3583e5a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.