xmonad: A lightweight X11 window manager.

[ bsd3, library, program, system ] [ Propose Tags ]

A lightweight X11 window manager.


[Skip to Readme]

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

Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.4.1, 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.12, 0.13, 0.14, 0.14.1, 0.14.2, 0.15, 0.17.0, 0.17.1, 0.17.2, 0.18.0 (info)
Dependencies base (>=1.0 && <3), mtl (>=1.0), unix (>=1.0), X11 (>=1.1), X11-extras (>=0.0) [details]
License BSD-3-Clause
Author Spencer Janssen
Maintainer sjanssen@cse.unl.edu
Revised Revision 1 made by HerbertValerioRiedel at 2015-01-13T13:04:03Z
Category System
Uploaded by DonaldStewart at 2007-04-22T09:23:55Z
Distributions Arch:0.18.0, Debian:0.15, Fedora:0.17.2, FreeBSD:0.11.1, LTSHaskell:0.17.2, NixOS:0.17.2, Stackage:0.18.0, openSUSE:0.18.0
Reverse Dependencies 16 direct, 0 indirect [details]
Executables xmonad
Downloads 52073 total (263 in the last 30 days)
Rating 2.75 (votes: 7) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-11 [all 8 reports]

Readme for xmonad-0.1

[back to package description]
            xmonad : a lightweight X11 window manager.

Motivation:

    dwm is great, but we can do better, building a more robust,
    more correct window manager in fewer lines of code, using strong
    static typing. Enter Haskell.

    If the aim of dwm is to fit in under 2000 lines of C, the aim of
    xmonad is to fit in under 500 lines of Haskell with similar functionality.

Building:

    Get the dependencies

    X11-extras:     http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-extras-0.0
    mtl             http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0
    X11             http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2
        (Unfortunately X11-1.2 does not work correctly on AMD64.  The latest
         darcs version from http://darcs.haskell.org/packages/X11 does.)
    unix            http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.0 
        (included with ghc)

    dmenu   2.{5,6,7} http://www.suckless.org/download/dmenu-2.7.tar.gz

And then build with Cabal:

    runhaskell Setup.lhs configure --prefix=/home/dons
    runhaskell Setup.lhs build
    runhaskell Setup.lhs install

Then add:

         exec /home/dons/bin/xmonad

    to the last line of your .xsession file

Authors:

    Spencer Janssen
    Don Stewart
    Jason Creigh