| |||||||||
| |||||||||
| |||||||||
| Description | |||||||||
| LayoutClass that puts non-focused windows in ribbons at the top and bottom of the screen. | |||||||||
| Synopsis | |||||||||
| |||||||||
| Usage | |||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.Accordion Then edit your layoutHook by adding the Accordion layout: myLayouts = Accordion ||| Full ||| etc..
main = xmonad defaultConfig { layoutHook = myLayouts }
For more detailed instructions on editing the layoutHook see: | |||||||||
| data Accordion a | |||||||||
| |||||||||
| Produced by Haddock version 2.4.1 |