xmonad-contrib-0.17.0.9: Community-maintained extensions for xmonad
Copyright(c) Spencer Janssen <spencerjanssen@gmail.com>
LicenseBSD
MaintainerSpencer Janssen <spencerjanssen@gmail.com>
Stabilityunstable
Portabilityunportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

XMonad.Config.Kde

Contents

Description

This module provides a config suitable for use with the KDE desktop environment.

Synopsis

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.