mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-14 03:35:54 -07:00
Fixed a small error in the documentation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user