xmonad-contrib-0.7: 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:

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

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending#Editing_the_layout_hook

data Simplest a
Constructors
Simplest
show/hide Instances
LayoutClass Simplest a
Read (Simplest a)
Show (Simplest a)
Produced by Haddock version 0.8