xmonad-contrib-0.11.2: Third party extensions for xmonad

Portabilityunportable
Stabilityunstable
Maintainertim.thelion@gmail.com
Safe HaskellNone

XMonad.Layout.Roledex

Contents

Description

This is a completely pointless layout which acts like Microsoft's Flip 3D

Synopsis

Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

 import XMonad.Layout.Roledex

Then edit your layoutHook by adding the Roledex layout:

 myLayout =  Roledex ||| etc..
 main = xmonad defaultConfig { layoutHook = myLayout }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending

Screenshots

data Roledex a Source

Constructors

Roledex