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