1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-12 18:55:57 -07:00

Fixed a small error in the documentation

This commit is contained in:
Tom Smeets
2016-09-02 10:45:43 +02:00
parent 953f1576f4
commit c2331f9657

@@ -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