diff --git a/README.fedora b/README.fedora index 091cfbc..b512111 100644 --- a/README.fedora +++ b/README.fedora @@ -1,7 +1,8 @@ -For information, examples, and documentation, please read: - -- man xmonad -- "/usr/share/doc/xmonad-$version/xmonad.hs" (full default basic configuration) +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: - 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) @@ -12,9 +13,10 @@ 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. +See: +- /usr/share/doc/ghc/html/libraries/xmonad-contrib-$version/XMonad-Config-Desktop.html +- http://haskell.org/haskellwiki/Xmonad/Basic_Desktop_Environment_Integration +for how to setup desktop support. == GNOME == You can override xmonad as your GNOME default window manager with: @@ -23,4 +25,5 @@ $ gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad = Bluetile = New users may find the Bluetile window manager built -on top of xmonad-contrib a gentler introduction to xmonad. +on top of xmonad-contrib a gentler introduction to xmonad +and tiling. diff --git a/xmonad-start b/xmonad-start index 035bfe8..0f6a4e9 100644 --- a/xmonad-start +++ b/xmonad-start @@ -2,7 +2,7 @@ # display the manpage if there is no user configuration if [ ! -d ~/.xmonad ]; then - xterm -e man xmonad + xterm -e man xmonad & fi exec xmonad diff --git a/xmonad.spec b/xmonad.spec index 8a560e9..89eb280 100644 --- a/xmonad.spec +++ b/xmonad.spec @@ -22,7 +22,7 @@ on several screens. Name: %{pkg_name} Version: 0.9.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A tiling window manager Group: User Interface/X @@ -93,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 23 2010 Jens Petersen - 0.9.1-7 +- xmonad-start should run xterm in background +- improve README.fedora more + * Sun Sep 12 2010 Jens Petersen - 0.9.1-6 - add application desktop file for gnome-session to find xmonad so setting /desktop/gnome/session/required_components/windowmanager now works