blob: 81b3bdd22a5d9f7edea3b659dfaa5fdcbc0ed470 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
3rd party xmonad extensions and contributions.
This repository can be overlayed on an xmonad repository.
Users may then import Haskell src from here, to extend their config
files.
examples/ contains further external programs useful with xmonad.
Haskell code contributed to this repo should live under the
XMonadContrib.
name space. For example:
XMonadContrib.Mosaic
------------------------------------------------------------------------
Code submitted to the contrib repo is licensed under the same license as
xmonad itself, with copyright held by the authors.
|