diff --git a/src/XMonad/Config.hs b/src/XMonad/Config.hs index 4f90b8a..fdce6b7 100644 --- a/src/XMonad/Config.hs +++ b/src/XMonad/Config.hs @@ -320,9 +320,9 @@ help = unlines ["The default modifier key is 'alt'. Default keybindings:", "-- quit, or restart", "mod-Shift-q Quit xmonad", "mod-q Restart xmonad", - "mod-[1..9] Switch to workSpace N", "", "-- Workspaces & screens", + "mod-[1..9] Switch to workSpace N", "mod-Shift-[1..9] Move client to workspace N", "mod-{w,e,r} Switch to physical/Xinerama screens 1, 2, or 3", "mod-Shift-{w,e,r} Move client to screen 1, 2, or 3", @@ -330,4 +330,4 @@ help = unlines ["The default modifier key is 'alt'. Default keybindings:", "-- Mouse bindings: default actions bound to mouse events", "mod-button1 Set the window to floating mode and move by dragging", "mod-button2 Raise the window to the top of the stack", - "mod-button3 Set the window to floating mode and resize by dragging"] \ No newline at end of file + "mod-button3 Set the window to floating mode and resize by dragging"]