README.fedora
= Configuration information = For information, examples, and documentation, please see: - man xmonad - "/usr/share/doc/xmonad-$version/xmonad.hs" (full default basic configuration) - 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 For extensions, including 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: === Generic EWMH Desktop support === $ cat > xmonad.hs <