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