xmonad-contrib-0.17.1: Community-maintained extensions for xmonad
Copyright(c) Ivan Miljenovic <Ivan.Miljenovic@gmail.com>
LicenseBSD
Maintainernone
Stabilityunstable
Portabilityunportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

XMonad.Config.Xfce

Contents

Description

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

Synopsis

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.