xmonad-contrib-0.9: Third party extensions for xmonadContentsIndex
XMonad.Layout.Simplest
Portabilityunportable
Stabilityunstable
Maintainerandrea.rossato@unibz.it
Contents
Usage:
Description
A very simple layout. The simplest, afaik.
Synopsis
data Simplest a = Simplest
Usage:

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

 import XMonad.Layout.Simplest

Then edit your layoutHook by adding the Simplest layout:

 myLayout = Simplest ||| Full ||| etc..
 main = xmonad defaultConfig { layoutHook = myLayout }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending

data Simplest a
Constructors
Simplest
show/hide Instances
Produced by Haddock version 2.4.2