Missed a reference to the old SP workspace

This commit is contained in:
brandon s allbery kf8nh 2022-01-06 08:10:02 -05:00 committed by GitHub
parent 0a6048c66d
commit aad8a3a865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ scratchpadManageHook :: W.RationalRect -- ^ User-specified screen rectangle.
scratchpadManageHook rect = namedScratchpadManageHook [NS "" "" scratchpadQuery (customFloating rect)]
-- | Transforms a workspace list containing the SP workspace into one that
-- | Transforms a workspace list containing the NSP workspace into one that
-- doesn't contain it. Intended for use with 'logHook's (see
-- 'XMonad.Hooks.StatusBar.PP.filterOutWsPP') and "XMonad.Hooks.EwmhDesktops"
-- (see 'XMonad.Hooks.EwmhDesktops.addEwmhWorkspaceSort').