xmonad-contrib: Third party extensions for xmonad

[ bsd3, library, system ] [ Propose Tags ]

Third party tiling algorithms, configurations and scripts to xmonad, a tiling window manager for X.

For an introduction to building, configuring and using xmonad extensions, see XMonad.Doc. In particular:

XMonad.Doc.Configuring, a guide to configuring xmonad

XMonad.Doc.Extending, using the contributed extensions library

XMonad.Doc.Developing, introduction to xmonad internals and writing your own extensions.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
small_base

Choose the new smaller, split-up base package.

Enabled
use_xft

Use Xft to render text

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.5, 0.6, 0.7, 0.8, 0.8.1, 0.9, 0.9.1, 0.9.2, 0.10, 0.11, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17.0, 0.17.1, 0.18.0
Dependencies base, containers, directory, mtl, process, random, unix, X11 (>=1.4.0), X11-xft (>=0.2), xmonad (==0.5) [details]
License BSD-3-Clause
Author Spencer Janssen
Maintainer sjanssen@cse.unl.edu
Category System
Home page http://xmonad.org/
Uploaded by SpencerJanssen at 2007-12-09T23:38:34Z
Distributions Arch:0.18.0, Debian:0.16, Fedora:0.17.1, FreeBSD:0.11.4, NixOS:0.18.0, Stackage:0.18.0, openSUSE:0.18.0
Reverse Dependencies 12 direct, 0 indirect [details]
Downloads 43039 total (177 in the last 30 days)
Rating 2.5 (votes: 4) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for xmonad-contrib-0.5

[back to package description]
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.

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

Documentation for the extensions and configuration system is available
in Haddock form in the XMonad.Doc module and submodules.