xmonad-contrib-0.7: Third party extensions for xmonadContentsIndex
XMonad.Layout.Accordion
Portabilityunportable
Stabilityunstable
Maintainerglasser@mit.edu
Contents
Usage
Description
LayoutClass that puts non-focused windows in ribbons at the top and bottom of the screen.
Synopsis
data Accordion a = Accordion
Usage

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

 import XMonad.Layout.Accordion

Then edit your layoutHook by adding the Accordion layout:

 myLayouts = Accordion ||| Full ||| etc..
 main = xmonad defaultConfig { layoutHook = myLayouts }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending#Editing_the_layout_hook

data Accordion a
Constructors
Accordion
show/hide Instances
LayoutClass Accordion Window
Read (Accordion a)
Show (Accordion a)
Produced by Haddock version 0.8