From 28a5767c88581cba0d0514d306a17680123ed2bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Sep 2010 12:05:28 +1000 Subject: [PATCH] simplify desktop help in README.fedora and mention bluetile --- README.fedora | 46 ++++++++++++---------------------------------- 1 file changed, 12 insertions(+), 34 deletions(-) diff --git a/README.fedora b/README.fedora index 181c150..091cfbc 100644 --- a/README.fedora +++ b/README.fedora @@ -1,5 +1,4 @@ -= Configuration information = -For information, examples, and documentation, please see: +For information, examples, and documentation, please read: - man xmonad - "/usr/share/doc/xmonad-$version/xmonad.hs" (full default basic configuration) @@ -8,41 +7,20 @@ For information, examples, and documentation, please see: (detailed configuration information and examples) - http://xmonad.org/ website -For extensions, including Desktop support, you need to install -ghc-xmonad-contrib-devel. +To make use of extensions, including adding Desktop support, +you need to install ghc-xmonad-contrib-devel. -== Desktop support == -xmonad does not work well with modern desktop environments out of the box. -Example xmonad configurations for use with a desktop: += EWMH Desktop support = +xmonad does not work well with desktop environment panels out of the box. -=== Generic EWMH Desktop support === +See http://haskell.org/haskellwiki/Xmonad/Basic_Desktop_Environment_Integration +or the ghc-xmonad-contrib documentation for how to setup desktop support. -$ cat > xmonad.hs <