| |||||||||||||
| |||||||||||||
| |||||||||||||
| Description | |||||||||||||
| A Cross Layout with the main window in the center. | |||||||||||||
| Synopsis | |||||||||||||
| |||||||||||||
| Usage | |||||||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.Cross Then edit your layoutHook by adding one of the Cross layouts: myLayouts = simpleCross ||| etc..
main = xmonad defaultConfig { layoutHook = myLayouts }
| |||||||||||||
| simpleCross :: Cross a | |||||||||||||
| A simple Cross Layout. It places the focused window in the center. The proportion of the screen used by the main window is 4/5. | |||||||||||||
| data Cross a | |||||||||||||
| |||||||||||||
| Produced by Haddock version 2.4.2 | |||||||||||||