| |||||||||
| |||||||||
| |||||||||
| Description | |||||||||
| A stacking layout, like dishes but with the ability to resize master pane. Moastly usefull on small screens. | |||||||||
| Synopsis | |||||||||
| |||||||||
| Usage | |||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.StackTile Then edit your layoutHook by adding the StackTile layout: myLayouts = StackTile 1 (3/100) (1/2) ||| etc..
main = xmonad defaultConfig { layoutHook = myLayouts }
For more detailed instructions on editing the layoutHook see: | |||||||||
| data StackTile a | |||||||||
| |||||||||
| Produced by Haddock version 2.4.1 |