| |||||||||
| |||||||||
| |||||||||
Description | |||||||||
A simple layout that attempts to put all windows in a square grid. | |||||||||
Synopsis | |||||||||
| |||||||||
Usage | |||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.Grid Then edit your layoutHook by adding the Grid layout: myLayouts = Grid ||| Full ||| etc.. main = xmonad defaultConfig { layoutHook = myLayouts } For more detailed instructions on editing the layoutHook see: | |||||||||
data Grid a | |||||||||
| |||||||||
arrange :: Rectangle -> [a] -> [(a, Rectangle)] | |||||||||
Produced by Haddock version 2.4.1 |