1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-08-02 21:21:52 -07:00

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

@@ -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 -"))
]
++