Go to file
Jens Petersen e6dc57c2d2 update the readme file more 2011-04-22 18:52:56 +09:00
.gitignore - Update to 0.9.2 2011-01-15 13:51:19 -05:00
README.fedora update the readme file more 2011-04-22 18:52:56 +09:00
sources - Update to 0.9.2 2011-01-15 13:51:19 -05:00
xmonad-0.9.1-ghc7-base4.patch backport exceptions changes from upstream darcs for ghc7 base4 2010-11-26 23:45:53 +10:00
xmonad-dynamic-link.patch - add application desktop file for gnome-session to find xmonad 2010-09-12 22:43:11 +10:00
xmonad-gnome-session.desktop add a gnome xsession file and a gnome-session file 2011-04-22 18:18:40 +09:00
xmonad-session.desktop update the desktop files for desktop-file-validate 2011-04-01 16:04:30 +09:00
xmonad-start xmonad-start should run xterm in background and READ.fedora improvements 2010-09-23 14:29:13 +10:00
xmonad.desktop update the desktop files for desktop-file-validate 2011-04-01 16:04:30 +09:00
xmonad.session add a gnome xsession file and a gnome-session file 2011-04-22 18:18:40 +09:00
xmonad.spec add a gnome xsession file and a gnome-session file 2011-04-22 18:18:40 +09:00

README.fedora

To start xmonad from gdm, just select "xmonad" or "xmonad GNOME"
from the GDM session menu.

= How to configure =
For documentation and examples see:
- xmonad manpage
- /usr/share/doc/xmonad-$version/xmonad.hs (full default basic configuration)
- /usr/share/doc/ghc/html/libraries/xmonad-contrib-$version/index.html
and online:
- Xmonad wiki: http://www.haskell.org/haskellwiki/Xmonad
- http://hackage.haskell.org/packages/archive/xmonad-contrib/latest/doc/html/XMonad-Doc.html
  (detailed configuration information and examples)
- http://xmonad.org/ website

To make use of extensions and Desktop Environment support,
you need to install ghc-xmonad-contrib-devel.

= EWMH Desktop support =
xmonad does not work well with desktop environment panels out of the box.
See:
- http://hackage.haskell.org/packages/archive/xmonad-contrib/latest/doc/html/XMonad-Config-Desktop.html
- http://haskell.org/haskellwiki/Xmonad/Basic_Desktop_Environment_Integration
for how to setup desktop support.

= Bluetile =
New users may find the Bluetile window manager built
on top of xmonad-contrib a gentler introduction to xmonad
and tiling.