| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| Description | ||||||||||||||||
| A gapless tiled layout that attempts to obey window size hints, rather than simply ignoring them. | ||||||||||||||||
| Synopsis | ||||||||||||||||
| ||||||||||||||||
| Usage | ||||||||||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.HintedTile Then edit your layoutHook by adding the HintedTile layout: myLayouts = HintedTile 1 0.1 0.5 Tall ||| Full ||| etc..
main = xmonad defaultConfig { layoutHook = myLayouts }
For more detailed instructions on editing the layoutHook see: | ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| Produced by Haddock version 2.3.0 | ||||||||||||||||