Go to file
Jens Petersen 695dd417e3 start gnome-screensaver for gnome sessions (#902850) 2013-01-30 13:01:15 +09:00
.gitignore update to 0.11 release 2013-01-18 18:17:27 +09:00
README.fedora update to 0.11 release 2013-01-18 18:17:27 +09:00
sources update to 0.11 release 2013-01-18 18:17:27 +09:00
xmonad-gnome-session.desktop xmonad-gnome: use gnome-terminal to display manpage; make the session name xmonad-gnome 2012-02-22 18:45:13 +09:00
xmonad-session.desktop fix gnome-session fail-whale dialog and setup gnomeConfig if available 2011-05-12 18:53:28 +09:00
xmonad-start start gnome-screensaver for gnome sessions (#902850) 2013-01-30 13:01:15 +09:00
xmonad.desktop fix gnome-session fail-whale dialog and setup gnomeConfig if available 2011-05-12 18:53:28 +09:00
xmonad.hs xmonad.hs: handle xmonad-gnome 2012-02-07 11:26:35 +09:00
xmonad.session add a gnome xsession file and a gnome-session file 2011-04-22 18:18:40 +09:00
xmonad.spec start gnome-screensaver for gnome sessions (#902850) 2013-01-30 13:01:15 +09:00

README.fedora

= Packaging =
xmonad in Fedora is provided by 3 subpackages:

- xmonad-basic: just the base window manager and X session files
- 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

= 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".

= Gnome Panel =
To activate the gnome-panel menu use Alt+Super+Button3 or Alt+Button3.

= xmonad-start =
For new users without "~/.xmonad/", Fedora's xmonad-start script
displays "man xmonad" in a terminal to provide help initially.

To stop this behaviour, just create "~/.xmonad/".

With the xmonad, xmonad-config, or xmonad packages installed,
xmonad-start will create a basic "~/.xmonad/xmonad.hs" file
configured for desktops.

= Configuration references =
- xmonad man-page
- /usr/share/doc/xmonad-$version/xmonad.hs (default upstream 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

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