| ||||||||
| ||||||||
| ||||||||
Description | ||||||||
A module for assigning a name to a given layout. | ||||||||
Synopsis | ||||||||
| ||||||||
Usage | ||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.Named Then edit your layoutHook by adding the Named layout modifier to some layout: myLayouts = named "real big" Full ||| etc.. main = xmonad defaultConfig { layoutHook = myLayouts } For more detailed instructions on editing the layoutHook see: | ||||||||
named :: String -> l a -> ModifiedLayout Named l a | ||||||||
Produced by Haddock version 0.8 |