mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -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
|
||||
--
|
||||
-- > defaultLayouts :: [Layout Window]
|
||||
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full,
|
||||
-- > tall defaultDelta (1%2), wide defaultDelta (1%2) ]
|
||||
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full ]
|
||||
--
|
||||
-- In the key-bindings, do something like:
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user