2011-04-22 09:52:56 +00:00
|
|
|
To start xmonad from gdm, just select "xmonad" or "xmonad GNOME"
|
|
|
|
from the GDM session menu.
|
|
|
|
|
|
|
|
= How to configure =
|
2010-09-23 04:29:13 +00:00
|
|
|
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:
|
2010-09-12 12:42:04 +00:00
|
|
|
- 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
|
|
|
|
|
2011-04-22 09:52:56 +00:00
|
|
|
To make use of extensions and Desktop Environment support,
|
|
|
|
you need to install ghc-xmonad-contrib-devel.
|
2010-09-12 12:42:04 +00:00
|
|
|
|
2010-09-17 02:05:28 +00:00
|
|
|
= EWMH Desktop support =
|
|
|
|
xmonad does not work well with desktop environment panels out of the box.
|
2010-09-23 04:29:13 +00:00
|
|
|
See:
|
2011-04-22 09:52:56 +00:00
|
|
|
- http://hackage.haskell.org/packages/archive/xmonad-contrib/latest/doc/html/XMonad-Config-Desktop.html
|
2010-09-23 04:29:13 +00:00
|
|
|
- http://haskell.org/haskellwiki/Xmonad/Basic_Desktop_Environment_Integration
|
|
|
|
for how to setup desktop support.
|
2010-09-12 12:42:04 +00:00
|
|
|
|
2010-09-17 02:05:28 +00:00
|
|
|
= Bluetile =
|
|
|
|
New users may find the Bluetile window manager built
|
2010-09-23 04:29:13 +00:00
|
|
|
on top of xmonad-contrib a gentler introduction to xmonad
|
|
|
|
and tiling.
|