Merge pull request #623 from alternateved/fix-missing-information

X.A.CycleWS: Fix missing type names in documentation
This commit is contained in:
Yecine Megdiche
2021-10-14 18:02:59 +02:00
committed by GitHub

View File

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