|
| XMonad.Layout.LayoutModifier | | Portability | portable | | Stability | unstable | | Maintainer | David Roundy <droundy@darcs.net> |
|
|
|
|
|
| Description |
| A module for writing easy Llayouts and layout modifiers
|
|
| Synopsis |
|
|
|
|
| Usage
|
|
Use LayoutModifier to help write easy Layouts.
LayouModifier defines a class LayoutModifier. Each method as a
default implementation.
For usage examples you can see XMonad.Layout.WorkspaceDir,
XMonad.Layout.Magnifier, XMonad.Layout.NoBorder,
|
|
|
| | Methods | | | Instances | |
|
|
| data ModifiedLayout m l a | Source |
|
| Constructors | | ModifiedLayout (m a) (l a) | |
| Instances | |
|
|
| Produced by Haddock version 2.3.0 |