mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
Mosaic.hs: Fix incorrect usage example
This commit is contained in:
@@ -45,8 +45,8 @@ import XMonadContrib.Anneal
|
||||
--
|
||||
-- > import XMonadContrib.Mosaic
|
||||
--
|
||||
-- > defaultLayouts :: [Layout]
|
||||
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty M.empty, full,
|
||||
-- > defaultLayouts :: [Layout Window]
|
||||
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full,
|
||||
-- > tall defaultDelta (1%2), wide defaultDelta (1%2) ]
|
||||
--
|
||||
-- In the key-bindings, do something like:
|
||||
|
Reference in New Issue
Block a user