mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 12:11:52 -07:00
Merge pull request #623 from alternateved/fix-missing-information
X.A.CycleWS: Fix missing type names in documentation
This commit is contained in:
@@ -303,7 +303,7 @@ anyWS = WSIs . return $ const True
|
||||
-- example, be used for skipping the workspace reserved for
|
||||
-- "XMonad.Util.NamedScratchpad":
|
||||
--
|
||||
-- > moveTo Next $ hidden :&: Not empty :&: ignoringWSs [scratchpadWorkspaceTag]
|
||||
-- > moveTo Next $ hiddenWS :&: Not emptyWS :&: ignoringWSs [scratchpadWorkspaceTag]
|
||||
--
|
||||
ignoringWSs :: [WorkspaceId] -> WSType
|
||||
ignoringWSs ts = WSIs . return $ (`notElem` ts) . tag
|
||||
|
Reference in New Issue
Block a user