| |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
| Description | |||||||||||||||||
| Spiral adds a spiral tiling layout | |||||||||||||||||
| Synopsis | |||||||||||||||||
| |||||||||||||||||
| Usage | |||||||||||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.Spiral import Data.Ratio Then edit your layoutHook by adding the Spiral layout: myLayouts = spiral (1 % 1) ||| etc..
main = xmonad defaultConfig { layoutHook = myLayouts }
For more detailed instructions on editing the layoutHook see: | |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
| Produced by Haddock version 2.3.0 |