xmonad-start should run xterm in background and READ.fedora improvements

This commit is contained in:
Jens Petersen 2010-09-23 14:29:13 +10:00
parent 28a5767c88
commit 5b8b79d8f4
3 changed files with 17 additions and 10 deletions

View File

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

View File

@ -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

View File

@ -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 <petersen@redhat.com> - 0.9.1-7
- xmonad-start should run xterm in background
- improve README.fedora more
* Sun Sep 12 2010 Jens Petersen <petersen@redhat.com> - 0.9.1-6
- add application desktop file for gnome-session to find xmonad
so setting /desktop/gnome/session/required_components/windowmanager now works