Go to file
Jens Petersen 39d4fd330d refresh to cabal-rpm-2.1.0 including SPDX migration 2023-01-23 14:35:45 +08:00
.gitignore update to 0.17.1 2023-01-23 14:35:08 +08:00
README.fedora update README.fedora for the zenity changes 2013-09-12 18:02:23 +09:00
sources update to 0.17.1 2023-01-23 14:35:08 +08:00
xmonad-0.17.0.cabal update to 0.17.0 2022-05-30 16:11:40 +03:00
xmonad-0.17.1.cabal update to 0.17.1 2023-01-23 14:35:08 +08:00
xmonad-mate-session.desktop change xmonad-gnome to xmonad-mate 2013-02-25 16:11:47 +01: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 xmonad-start: setup gnome-keyring (Simon Guest, #1413338) 2017-01-17 12:59:14 +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 Revert "set _JAVA_AWT_WM_NONREPARENTING=1 to handle Java apps correctly (#1061568)" 2015-09-28 19:08:50 +09:00
xmonad.spec refresh to cabal-rpm-2.1.0 including SPDX migration 2023-01-23 14:35:45 +08: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-mate: additionally includes a mate session file and requires mate-session-manager and terminal

= Starting from GDM =
xmonad can be started from GDM by selecting "xmonad" in the session menu.

For MATE support please install xmonad-mate
and select "xmonad MATE" in GDM's session menu.

= xmonad-start =
Fedora's xmonad-start script starts up xmonad and
displays a welcome dialog when initially run.

With the xmonad, xmonad-config, or xmonad packages installed,
xmonad-start will create a basic "~/.xmonad/xmonad.hs" file
configured for desktops, and pre-compile it if necessary.

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