aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ResizableTile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/ResizableTile.hs')
-rw-r--r--XMonad/Layout/ResizableTile.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/ResizableTile.hs b/XMonad/Layout/ResizableTile.hs
index a55f42c..cf5994a 100644
--- a/XMonad/Layout/ResizableTile.hs
+++ b/XMonad/Layout/ResizableTile.hs
@@ -42,8 +42,8 @@ import Data.List ((\\))
--
-- You may also want to add the following key bindings:
--
--- > , ((modMask x, xK_a), sendMessage MirrorShrink)
--- > , ((modMask x, xK_z), sendMessage MirrorExpand)
+-- > , ((modm, xK_a), sendMessage MirrorShrink)
+-- > , ((modm, xK_z), sendMessage MirrorExpand)
--
-- For detailed instruction on editing the key binding see:
--