help: correct section for workspace switching

This commit is contained in:
Siim Põder
2016-03-18 09:49:15 +00:00
parent a0ffe7e47d
commit e4a3eede18

View File

@@ -320,9 +320,9 @@ help = unlines ["The default modifier key is 'alt'. Default keybindings:",
"-- quit, or restart", "-- quit, or restart",
"mod-Shift-q Quit xmonad", "mod-Shift-q Quit xmonad",
"mod-q Restart xmonad", "mod-q Restart xmonad",
"mod-[1..9] Switch to workSpace N",
"", "",
"-- Workspaces & screens", "-- Workspaces & screens",
"mod-[1..9] Switch to workSpace N",
"mod-Shift-[1..9] Move client 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-{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", "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", "-- Mouse bindings: default actions bound to mouse events",
"mod-button1 Set the window to floating mode and move by dragging", "mod-button1 Set the window to floating mode and move by dragging",
"mod-button2 Raise the window to the top of the stack", "mod-button2 Raise the window to the top of the stack",
"mod-button3 Set the window to floating mode and resize by dragging"] "mod-button3 Set the window to floating mode and resize by dragging"]