xmonad-contrib-0.9.1: Third party extensions for xmonadContentsIndex
XMonad.Config.Xfce
Portabilityunportable
Stabilityunstable
Maintainernone
Contents
Usage
Description
This module provides a config suitable for use with the Xfce desktop environment.
Synopsis
xfceConfig :: XConfig (ModifiedLayout AvoidStruts (Choose Tall (Choose (Mirror Tall) Full)))
Usage

To use this module, start with the following ~/.xmonad/xmonad.hs:

 import XMonad
 import XMonad.Config.Xfce

 main = xmonad xfceConfig

For examples of how to further customize xfceConfig see XMonad.Config.Desktop.

xfceConfig :: XConfig (ModifiedLayout AvoidStruts (Choose Tall (Choose (Mirror Tall) Full)))
Produced by Haddock version 2.6.0