xmonad-contrib-0.16: Third party extensions for xmonad

Copyright(c) Jan Vornberger 2009
LicenseBSD3-style (see LICENSE)
Maintainerjan.vornberger@informatik.uni-oldenburg.de
Stabilityunstable
Portabilitynot portable
Safe HaskellNone
LanguageHaskell98

XMonad.Config.Bluetile

Contents

Description

This is the default configuration of Bluetile (http://projects.haskell.org/bluetile/). If you are migrating from Bluetile to xmonad or want to create a similar setup, then this will give you pretty much the same thing, except for Bluetile's helper applications such as the dock.

Synopsis

Usage

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

import XMonad
import XMonad.Config.Bluetile
import XMonad.Util.Replace

main = replace >> xmonad bluetileConfig

The invocation of replace will replace a currently running window manager. This is the default behaviour of Bluetile as well. See XMonad.Util.Replace for more information.