Go to file
Jens Petersen 28a5767c88 simplify desktop help in README.fedora and mention bluetile 2010-09-17 12:05:28 +10:00
.gitignore dist-git conversion 2010-07-29 16:01:56 +00:00
README.fedora simplify desktop help in README.fedora and mention bluetile 2010-09-17 12:05:28 +10:00
sources - update to 0.9.1 2010-01-11 09:40:52 +00:00
xmonad-dynamic-link.patch - add application desktop file for gnome-session to find xmonad 2010-09-12 22:43:11 +10:00
xmonad-session.desktop - add application desktop file for gnome-session to find xmonad 2010-09-12 22:43:11 +10:00
xmonad-start - add application desktop file for gnome-session to find xmonad 2010-09-12 22:43:11 +10:00
xmonad.desktop - add application desktop file for gnome-session to find xmonad 2010-09-12 22:43:11 +10:00
xmonad.spec - add application desktop file for gnome-session to find xmonad 2010-09-12 22:43:11 +10:00

README.fedora

For information, examples, and documentation, please read:

- man xmonad
- "/usr/share/doc/xmonad-$version/xmonad.hs" (full default basic configuration)
- 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, including adding Desktop 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://haskell.org/haskellwiki/Xmonad/Basic_Desktop_Environment_Integration
or the ghc-xmonad-contrib documentation for how to setup desktop support.

== GNOME ==
You can override xmonad as your GNOME default window manager with:

$ gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad --type string

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