mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Mosaic.hs (really) Fix incorrect usage example
"tall" and "wide" are anachronisms as well. It makes me wonder how we can and/or should give examples like this that don't bitrot and confuse newbies.
This commit is contained in:
parent
1712b74326
commit
85b66b5919
@ -46,8 +46,7 @@ import XMonadContrib.Anneal
|
|||||||
-- > import XMonadContrib.Mosaic
|
-- > import XMonadContrib.Mosaic
|
||||||
--
|
--
|
||||||
-- > defaultLayouts :: [Layout Window]
|
-- > defaultLayouts :: [Layout Window]
|
||||||
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full,
|
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full ]
|
||||||
-- > tall defaultDelta (1%2), wide defaultDelta (1%2) ]
|
|
||||||
--
|
--
|
||||||
-- In the key-bindings, do something like:
|
-- In the key-bindings, do something like:
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user