mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
HintedTile: Fix mistake in documentation.
This commit is contained in:
parent
58610f1c15
commit
7c9948f9ee
@ -34,10 +34,10 @@ import Control.Monad
|
|||||||
--
|
--
|
||||||
-- > myLayout = hintedTile Tall ||| hintedTile Wide ||| Full ||| etc..
|
-- > myLayout = hintedTile Tall ||| hintedTile Wide ||| Full ||| etc..
|
||||||
-- > where
|
-- > where
|
||||||
-- > tiled = HintedTile nmaster delta ratio TopLeft
|
-- > hintedTile = HintedTile nmaster delta ratio TopLeft
|
||||||
-- > nmaster = 1
|
-- > nmaster = 1
|
||||||
-- > ratio = 1/2
|
-- > ratio = 1/2
|
||||||
-- > delta = 3/100
|
-- > delta = 3/100
|
||||||
-- > main = xmonad defaultConfig { layoutHook = myLayout }
|
-- > main = xmonad defaultConfig { layoutHook = myLayout }
|
||||||
--
|
--
|
||||||
-- Because both Xmonad and Xmonad.Layout.HintedTile define Tall,
|
-- Because both Xmonad and Xmonad.Layout.HintedTile define Tall,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user