2011-05-17 09:19:12 +00:00
|
|
|
= Packaging =
|
|
|
|
xmonad in Fedora is provided by 3 packages:
|
|
|
|
|
|
|
|
- xmonad-core: just the base window manager and X session files
|
2011-05-26 01:46:02 +00:00
|
|
|
- xmonad: additionally installs the devel library files needed to configure and customize xmonad
|
|
|
|
- xmonad-gnome: additionally includes a gnome session file and requires gnome-session and gnome-terminal
|
2011-05-17 09:19:12 +00:00
|
|
|
|
|
|
|
= Starting from GDM =
|
|
|
|
xmonad can be started from GDM by selecting "xmonad" in the session menu.
|
|
|
|
|
|
|
|
For GNOME support please install xmonad-gnome
|
|
|
|
and select "xmonad GNOME" in GDM's session menu, which will run
|
|
|
|
"gnome-session --session=xmonad".
|
2011-05-12 09:53:28 +00:00
|
|
|
|
2012-02-07 04:38:05 +00:00
|
|
|
= Gnome Panel =
|
|
|
|
To activate the gnome-panel menu use Alt+Super+Button3 or Alt+Button3.
|
|
|
|
|
2011-05-12 09:53:28 +00:00
|
|
|
= xmonad-start =
|
2011-05-26 01:46:02 +00:00
|
|
|
For new users without "~/.xmonad/", Fedora's xmonad-start script
|
2012-02-07 04:38:05 +00:00
|
|
|
displays "man xmonad" in an xterm to provide help initially.
|
2011-05-12 09:53:28 +00:00
|
|
|
|
|
|
|
To stop this behaviour, just create "~/.xmonad/".
|
|
|
|
|
2012-02-07 04:38:05 +00:00
|
|
|
With the xmonad-gnome or xmonad packages installed, xmonad-start will create
|
|
|
|
a basic "~/.xmonad/xmonad.hs" file configured for desktops.
|
2011-05-26 01:46:02 +00:00
|
|
|
|
2012-02-07 04:38:05 +00:00
|
|
|
= Configuration references =
|
2011-05-26 01:46:02 +00:00
|
|
|
- xmonad man-page
|
2012-02-07 04:38:05 +00:00
|
|
|
- /usr/share/doc/xmonad-$version/xmonad.hs (default upstream configuration)
|
2011-05-26 01:46:02 +00:00
|
|
|
- /usr/share/doc/ghc/html/libraries/xmonad-contrib-$version/index.html
|
|
|
|
and online:
|
2012-02-07 04:38:05 +00:00
|
|
|
- XMonad wiki: http://www.haskell.org/haskellwiki/Xmonad
|
2011-05-26 01:46:02 +00:00
|
|
|
- http://hackage.haskell.org/packages/archive/xmonad-contrib/latest/doc/html/XMonad-Doc.html
|
|
|
|
(detailed configuration information and examples)
|
|
|
|
- http://xmonad.org/ website
|
|
|
|
|
2010-09-17 02:05:28 +00:00
|
|
|
= Bluetile =
|
2011-05-12 09:53:28 +00:00
|
|
|
New users may find the Bluetile window manager built on top of
|
|
|
|
xmonad-contrib a gentler introduction to xmonad and tiling.
|