@hackage xmonad-contrib-bluetilebranch0.8.1

Third party extensions for xmonad

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.

  • Deprecated

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      small_base
       (on by default)

      Choose the new smaller, split-up base package.

      use_xft
       (on by default)

      Use Xft to render text

      testing
       (off by default)

      Testing mode