From 1ff118f29fe018d867fb2a4793ec5b2cf928c3b1 Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Sun, 25 Jan 2009 00:59:08 +0100 Subject: X.L.Mosaic: haddock fix darcs-hash:20090124235908-3ebed-e868d0802cb70f738d018f42366a88e8aab6060a.gz --- XMonad/Layout/Mosaic.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/XMonad/Layout/Mosaic.hs b/XMonad/Layout/Mosaic.hs index 46b8fed..b15e0c9 100644 --- a/XMonad/Layout/Mosaic.hs +++ b/XMonad/Layout/Mosaic.hs @@ -15,6 +15,7 @@ ----------------------------------------------------------------------------- module XMonad.Layout.Mosaic ( + -- $usage Mosaic(..) ,Aspect(..) ) @@ -49,10 +50,10 @@ import Data.Monoid(Monoid(mappend, mempty)) -- -- To change the choice in aspect ratio, add to your keybindings: -- --- , ((modMask, xK_a), sendMessage Taller) --- , ((modMask, xK_z), sendMessage Wider) --- , ((modMask, xK_s), sendMessage (SlopeMod (zipWith (*) [1..]))) --- , ((modMask, xK_d), sendMessage (SlopeMod (zipWith (flip (/)) [1..]))) +-- > , ((modMask, xK_a), sendMessage Taller) +-- > , ((modMask, xK_z), sendMessage Wider) +-- > , ((modMask, xK_s), sendMessage (SlopeMod (zipWith (*) [1..]))) +-- > , ((modMask, xK_d), sendMessage (SlopeMod (zipWith (flip (/)) [1..]))) -- -- For more detailed instructions on editing the layoutHook see: -- -- cgit v1.2.3