xmonad-contrib-0.7: Third party extensions for xmonadContentsIndex
XMonad.Layout.Grid
Portabilityunportable
Stabilityunstable
Maintainer<l.mai@web.de>
Contents
Usage
Description
A simple layout that attempts to put all windows in a square grid.
Synopsis
data Grid a = Grid
arrange :: Rectangle -> [a] -> [(a, Rectangle)]
Usage

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

 import XMonad.Layout.Grid

Then edit your layoutHook by adding the Grid layout:

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

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending#Editing_the_layout_hook

data Grid a
Constructors
Grid
show/hide Instances
LayoutClass Grid a
Read (Grid a)
Show (Grid a)
arrange :: Rectangle -> [a] -> [(a, Rectangle)]
Produced by Haddock version 0.8