Copy help binding from XMonad.Config to man/xmonad.hs

This commit is contained in:
Adam Vogt 2012-12-31 16:33:05 +00:00
parent e015155131
commit 4120be8ba0

View File

@ -127,6 +127,9 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
-- Restart xmonad
, ((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 -"))
]
++