X.U.ExclusiveScratchpads: Deprecate

Obsoleted by the exclusive scratchpad functionality of X.U.NSP.
This commit is contained in:
Tony Zorman 2022-11-01 18:01:13 +01:00
parent 226629977b
commit ab6299a488
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,11 @@
### Breaking Changes
* `XMonad.Util.ExclusiveScratchpads`
- Deprecated the module in favour of the (new) exclusive scratchpad
functionality of `XMonad.Util.NamedScratchpad`.
* `XMonad.Hooks.DynamicProperty`
- Deprecated the module in favour of the more aptly named

View File

@ -15,7 +15,9 @@
--
-----------------------------------------------------------------------------
module XMonad.Util.ExclusiveScratchpads (
module XMonad.Util.ExclusiveScratchpads
{-# DEPRECATED "Use the exclusive scratchpad functionality of \"XMonad.Util.NamedScratchpad\" insead." #-}
(
-- * Usage
-- $usage
mkXScratchpads,