| Copyright | (c) tim.thelion@gmail.com | 
|---|---|
| License | BSD | 
| Maintainer | tim.thelion@gmail.com | 
| Stability | unstable | 
| Portability | unportable | 
| Safe Haskell | None | 
| Language | Haskell98 | 
XMonad.Layout.Roledex
Contents
Description
This is a completely pointless layout which acts like Microsoft's Flip 3D
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 def { layoutHook = myLayout }For more detailed instructions on editing the layoutHook see:
Screenshots
