xmonad-contrib-0.9.1: Third party extensions for xmonadSource codeContentsIndex
XMonad.Config.Kde
Portabilityunportable
Stabilityunstable
MaintainerSpencer Janssen <spencerjanssen@gmail.com>
Contents
Usage
Description
This module provides a config suitable for use with the KDE desktop environment.
Synopsis
kdeConfig :: XConfig (ModifiedLayout AvoidStruts (Choose Tall (Choose (Mirror Tall) Full)))
kde4Config :: 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.Kde

 main = xmonad kdeConfig

For KDE 4, replace kdeConfig with kde4Config

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

kdeConfig :: XConfig (ModifiedLayout AvoidStruts (Choose Tall (Choose (Mirror Tall) Full)))Source
kde4Config :: XConfig (ModifiedLayout AvoidStruts (Choose Tall (Choose (Mirror Tall) Full)))Source
Produced by Haddock version 2.6.0