xmonad-contrib-bluetilebranch-0.8.1.2: Third party extensions for xmonadSource codeContentsIndex
XMonad.Config.Kde
MaintainerSpencer Janssen <spencerjanssen@gmail.com>
Contents
Usage
Description
This module provides a config suitable for use with the KDE desktop environment.
Synopsis
kdeConfig
kde4Config
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

kdeConfig
kde4Config
Produced by Haddock version 2.4.2