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 <