mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -07:00
b35bb694904a29e552eaae5f7e6e9ad3fad0cce3
I don't think we're going to see any Xinerama support upstream, at least not anytime soon. It doesn't make sense to ship something with xmonad that isn't going to work out of the box. So for now Xinerama users should just use this patch: http://www.jcreigh.com/xmonad/xinerama-dmenu.html
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 400 lines of Haskell with similar functionality. Building: Get the dependencies 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.) mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0 unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.0 (included with ghc) X11-extras: darcs get http://darcs.haskell.org/~sjanssen/X11-extras 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
Description
The core of xmonad, a small but functional ICCCM-compliant tiling window manager
Readme
BSD-3-Clause
6.3 MiB
Languages
Haskell
97.6%
Nix
2%
Shell
0.4%