From e4a3eede1887af17dec2fdad0a4468ab264c6120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Siim=20P=C3=B5der?= Date: Fri, 18 Mar 2016 09:49:15 +0000 Subject: [PATCH] help: correct section for workspace switching --- src/XMonad/Config.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]