| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| Description | |||||||||||||||
| A basic floating layout. | |||||||||||||||
| Synopsis | |||||||||||||||
| |||||||||||||||
| Usage: | |||||||||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.SimpleFloat Then edit your layoutHook by adding the SimpleFloat layout: myLayouts = simpleFloat ||| Full ||| etc..
main = xmonad defaultConfig { layoutHook = myLayouts }
For more detailed instructions on editing the layoutHook see: | |||||||||||||||
| |||||||||||||||
A simple floating layout where every window is placed according to the window's initial attributes. This version is decorated with the SimpleDecoration style. | |||||||||||||||
| |||||||||||||||
| Same as simpleFloat, but with the possibility of setting a custom shrinker and a custom theme. | |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| Produced by Haddock version 2.3.0 |