xmonad-contrib-0.6: Third party extensions for xmonadSource codeContentsIndex
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 Source
Constructors
Accordion
show/hide Instances
Produced by Haddock version 2.3.0