aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/LayoutBuilder.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/LayoutBuilder.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/LayoutBuilder.hs b/XMonad/Layout/LayoutBuilder.hs
index 23a4f27..29972b9 100644
--- a/XMonad/Layout/LayoutBuilder.hs
+++ b/XMonad/Layout/LayoutBuilder.hs
@@ -70,8 +70,8 @@ import Control.Monad
--
-- You may wish to add the following keybindings:
--
--- > , ((modMask x .|. shiftMask, xK_h ), sendMessage $ IncLayoutN (-1))
--- > , ((modMask x .|. shiftMask, xK_l ), sendMessage $ IncLayoutN 1)
+-- > , ((modm .|. shiftMask, xK_h ), sendMessage $ IncLayoutN (-1))
+-- > , ((modm .|. shiftMask, xK_l ), sendMessage $ IncLayoutN 1)
--
-- For detailed instruction on editing the key binding see:
--