From c2331f9657b015f1ec588b10b071e8b2844def6a Mon Sep 17 00:00:00 2001 From: Tom Smeets Date: Fri, 2 Sep 2016 10:45:43 +0200 Subject: [PATCH] Fixed a small error in the documentation --- XMonad/Actions/TreeSelect.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/XMonad/Actions/TreeSelect.hs b/XMonad/Actions/TreeSelect.hs index 8e3ac83a..53a4913b 100644 --- a/XMonad/Actions/TreeSelect.hs +++ b/XMonad/Actions/TreeSelect.hs @@ -361,7 +361,9 @@ treeselectWorkspace :: TSConfig WorkspaceId -- Instances can be 'W.greedyView' for switching to a workspace -- and/or 'W.shift' for moving the focused window to a selected workspace. -- - -- These actions can also be combined by doing @'W.greedyView' . 'W.shift'@ + -- These actions can also be combined by doing + -- + -- > \i -> W.greedyView i . W.shift i -> X () treeselectWorkspace c xs f = do -- get all defined workspaces