- install xmonad – how to install xmonad
- configuration tutorial – guide to configuring xmonad
- Hackage documentation:
- xmonad (last release)
- xmonad-contrib (last release)
- xmonad, xmonad-contrib, X11 (nightly snapshot)
- about – an overview of xmonad features
- install xmonad – how to install xmonad
- guided tour – a walkthrough of the basic functionality
- configuration tutorial – guide to configuring xmonad
- cheatsheet – an overview of the keybindings
- manpage – a reference of the default keybindings
- configuring – how to write a config file
- xmonad api docs – reference documentation for xmonad's core API
- the (old) FAQ
- the (old) wiki
- user configurations – a sample of user config files, showing off many of the extensions
- extending – a more advanced configuration tutorial
- xmonad-contrib api docs – reference documentation for all of xmonad's contrib modules
- development tutorial – learn to write your own extension
Installing xmonad - Gnome - KDE - XFCE - Arch Linux - OS X - OLPC
- Install the
xmonad
binary/library and thexmonad-contrib
library. - Wire xmonad up to your login manager.
- Logout and back in. You're in xmonad.
M-S-<Enter>
to open an xterm.- Write a
~/.config/xmonad/xmonad.hs
to configure xmonad. M-q
to reload your config file.