xmonad-contrib-0.17.1.9: Community-maintained extensions for xmonad
Copyright(c) tim.thelion@gmail.com
LicenseBSD
Maintainertim.thelion@gmail.com
Stabilityunstable
Portabilityunportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

XMonad.Layout.Roledex

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.hs:

import XMonad.Layout.Roledex

Then edit your layoutHook by adding the Roledex layout:

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

For more detailed instructions on editing the layoutHook see the tutorial and XMonad.Doc.Extending.

Screenshots