2010-05-12 23:28:31 +02:00
|
|
|
xmonad is a dynamically tiling X11 window manager that is written
|
|
|
|
and configured in Haskell. In a normal WM, you spend half your time
|
|
|
|
aligning and searching for windows. xmonad makes work easier, by
|
|
|
|
automating this.
|
|
|
|
|
2011-01-10 00:57:20 +01:00
|
|
|
This requires ghc, haskell-transformers, haskell-mtl, haskell-syb and
|
|
|
|
haskell-X11.
|
2010-05-12 23:28:31 +02:00
|
|
|
|
|
|
|
After installing, use 'xwmconfig' command to reselect xmonad as window
|
2010-05-13 00:24:01 +02:00
|
|
|
manager, either as root to do system-wide selection or as normal user
|
|
|
|
to do user-specific selection.
|
2010-05-12 23:28:31 +02:00
|
|
|
|
|
|
|
To get you started, the most basic key bindings are:
|
|
|
|
mod-shift-return Launch xterm
|
|
|
|
mod-shift-q Quit xmonad
|
2010-05-13 00:24:01 +02:00
|
|
|
For a guided tour, see http://www.xmonad.org/tour.html
|