From c98c1047d546353600d482c8ddc721d34c834125 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Sun, 6 Jan 2013 18:44:14 +0100 Subject: use "modm" instead of "modMask" in the sample config Ignore-this: 75ad65ae7a708bce69f811c28912cc4b darcs-hash:20130106174414-76d51-d9de9abd7cbf61d586fc1b9515c54f07e890ce85 --- man/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/xmonad.hs b/man/xmonad.hs index 9aff798..ea99d04 100644 --- a/man/xmonad.hs +++ b/man/xmonad.hs @@ -129,7 +129,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $ , ((modm , xK_q ), spawn "xmonad --recompile; xmonad --restart") -- Run xmessage with a summary of the default keybindings (useful for beginners) - , ((modMask .|. shiftMask, xK_slash ), spawn ("echo \"" ++ help ++ "\" | xmessage -file -")) + , ((modm .|. shiftMask, xK_slash ), spawn ("echo \"" ++ help ++ "\" | xmessage -file -")) ] ++ -- cgit v1.2.3