| |||||||||
| |||||||||
| |||||||||
Description | |||||||||
Circle is an elliptical, overlapping layout, by Peter De Wachter | |||||||||
Synopsis | |||||||||
| |||||||||
Usage | |||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.Circle Then edit your layoutHook by adding the Circle layout: myLayouts = Circle ||| Full ||| etc.. main = xmonad defaultConfig { layoutHook = myLayouts } For more detailed instructions on editing the layoutHook see: | |||||||||
data Circle a | |||||||||
| |||||||||
Produced by Haddock version 2.4.1 |