aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Mosaic.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Mosaic.hs')
-rw-r--r--XMonad/Layout/Mosaic.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Layout/Mosaic.hs b/XMonad/Layout/Mosaic.hs
index b9bad4a..7eac5e9 100644
--- a/XMonad/Layout/Mosaic.hs
+++ b/XMonad/Layout/Mosaic.hs
@@ -56,10 +56,10 @@ import Data.Monoid(Monoid,mempty, mappend)
-- To change the choice in aspect ratio and the relative sizes of windows, add
-- to your keybindings:
--
--- > , ((modMask, xK_a), sendMessage Taller)
--- > , ((modMask, xK_z), sendMessage Wider)
+-- > , ((modm, xK_a), sendMessage Taller)
+-- > , ((modm, xK_z), sendMessage Wider)
--
--- > , ((modMask, xK_r), sendMessage Reset)
+-- > , ((modm, xK_r), sendMessage Reset)
--
-- For more detailed instructions on editing the layoutHook see:
--