xmonad-contrib-bluetilebranch: Third party extensions for xmonad

[ bsd3, deprecated, library, system ] [ Propose Tags ]
Deprecated

This is a modified version of xmonad-contrib used by Bluetile.


[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
testing

Testing mode

Disabled

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

  • No Candidates
Versions [RSS] 0.8.1, 0.8.1.2, 0.8.1.3, 0.9.1.4
Dependencies base (<4), containers, directory, mtl, old-locale, old-time, process, random, unix, utf8-string, X11 (>=1.4.3), X11-xft (>=0.2), xmonad-bluetilebranch (>=0.8 && <0.9) [details]
License BSD-3-Clause
Author Spencer Janssen
Maintainer jan.vornberger@informatik.uni-oldenburg.de
Category System
Home page http://xmonad.org/
Uploaded by JanVornberger at 2009-08-03T12:04:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2745 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for xmonad-contrib-bluetilebranch-0.8.1

[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.