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

Manual Flags

NameDescriptionDefault
testing

Testing mode

Disabled
Automatic Flags
NameDescriptionDefault
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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Change log CHANGES.md
Dependencies base (>=4.5 && <4.9), containers (>=0.5), directory, extensible-exceptions, filepath, mtl (>=1 && <3), old-locale, old-time, process, random, unix, utf8-string, X11 (>=1.6.1 && <1.7), X11-xft (>=0.2), xmonad (>=0.12 && <0.13) [details]
License BSD-3-Clause
Author Spencer Janssen & others
Maintainer xmonad@haskell.org
Revised Revision 3 made by HerbertValerioRiedel at 2019-05-03T23:03:48Z
Category System
Home page http://xmonad.org/
Bug tracker https://github.com/xmonad/xmonad-contrib/issues
Source repo head: git clone https://github.com/xmonad/xmonad-contrib
Uploaded by BrentYorgey at 2015-12-21T19:15:17Z
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 43221 total (213 in the last 30 days)
Rating 2.5 (votes: 4) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-12-21 [all 1 reports]

Readme for xmonad-contrib-0.12

[back to package description]

xmonad-contrib: Third Party Extensions to the xmonad Window Manager

You need the ghc compiler and xmonad window manager installed in order to use these extensions.

For installation and configuration instructions, please see the [xmonad website] xmonad, the documents included with the [xmonad source distribution] xmonad-git, and the [online haddock documentation] xmonad-docs.

Getting or Updating XMonadContrib

(To use git xmonad-contrib you must also use the [git version of xmonad] xmonad-git.)

Contributing

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 Grid layout, one would import:

XMonad.Layout.Grid

For further details, see the [documentation] developing for the XMonad.Doc.Developing module and the [xmonad website] xmonad.

License

Code submitted to the contrib repo is licensed under the same license as xmonad itself, with copyright held by the authors.