mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-10 09:01:52 -07:00
help: correct section for workspace switching
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user