| |||||||||
| |||||||||
| |||||||||
| 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: | |||||||||
| |||||||||
| |||||||||
| Produced by Haddock version 2.3.0 |