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] [Quick Jump]

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.12), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), directory, extensible-exceptions, filepath, mtl (>=1 && <3), old-locale, old-time, process, random, semigroups, unix, utf8-string, X11 (>=1.6.1 && <1.10), X11-xft (>=0.2), xmonad (>=0.14 && <0.15) [details]
License BSD-3-Clause
Author Spencer Janssen & others
Maintainer xmonad@haskell.org
Revised Revision 3 made by HerbertValerioRiedel at 2018-09-30T13:52:20Z
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 PeterSimons at 2018-07-31T13:53:40Z
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 43117 total (196 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 2018-07-31 [all 1 reports]

Readme for xmonad-contrib-0.14

[back to package description]

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

Build Status Open Source Helpers

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, the documents included with the xmonad source distribution, and the online haddock documentation.

Getting or Updating XMonadContrib

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

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 for the XMonad.Doc.Developing module, XMonad's CONTRIBUTING.md and the xmonad website.

License

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