mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-28 18:51:51 -07:00
X.A.CycleWS: Fix names in example
This commit is contained in:
committed by
Yecine Megdiche
parent
3b4a262658
commit
2a9ccf3002
@@ -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