diff --git a/XMonad/Actions/CycleWS.hs b/XMonad/Actions/CycleWS.hs index 0b8adbd6..e58fdee7 100644 --- a/XMonad/Actions/CycleWS.hs +++ b/XMonad/Actions/CycleWS.hs @@ -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