xmonad-contrib-0.7: Third party extensions for xmonadContentsIndex
XMonad.Layout.ThreeColumns
Portabilityunportable
Stabilityunstable
Maintainer?
Contents
Usage
Description
A layout similar to tall but with three columns.
Synopsis
data ThreeCol a = ThreeCol !Int !Rational !Rational
Usage

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

 import XMonad.Layout.ThreeColumns

Then edit your layoutHook by adding the ThreeCol layout:

 myLayouts = ThreeCol 1 (3/100) (1/2) ||| etc..
 main = xmonad defaultConfig { layoutHook = myLayouts }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending#Editing_the_layout_hook

data ThreeCol a
Constructors
ThreeCol !Int !Rational !Rational
show/hide Instances
LayoutClass ThreeCol a
Read (ThreeCol a)
Show (ThreeCol a)
Produced by Haddock version 0.8