xmonad-contrib-bluetilebranch-0.8.1.2: Third party extensions for xmonadSource codeContentsIndex
XMonad.Layout.Dishes
Portabilityportable
Stabilityunstable
MaintainerJeremy Apthorp <nornagon@gmail.com>
Contents
Usage
Description
Dishes is a layout that stacks extra windows underneath the master windows.
Synopsis
data Dishes a = Dishes Int Rational
Usage

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

 import XMonad.Layout.Dishes

Then edit your layoutHook by adding the Dishes layout:

 myLayouts = Dishes 2 (1/6) ||| Full ||| etc..
 main = xmonad defaultConfig { layoutHook = myLayouts }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending

data Dishes a Source
Constructors
Dishes Int Rational
show/hide Instances
Produced by Haddock version 2.4.2