X.A.CycleWS: Fix names in example

This commit is contained in:
alternateved
2021-10-14 17:41:23 +02:00
committed by Yecine Megdiche
parent 3b4a262658
commit 2a9ccf3002

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