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