1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-26 09:41:52 -07:00

Merge pull request from slotThe/deprecate-sp

X.U.Scratchpad: Deprecate
This commit is contained in:
Tony Zorman
2022-09-20 11:54:32 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

@@ -3,7 +3,13 @@
## _unreleased_ ## _unreleased_
### Breaking Changes ### Breaking Changes
* `XMonad.Util.NamedScratchpad`:
- Deprecated the module; use `XMonad.Util.NamedScratchpad` instead.
### New Modules ### New Modules
### Bug Fixes and Minor Changes ### Bug Fixes and Minor Changes
* `XMonad.Layout.BorderResize` * `XMonad.Layout.BorderResize`

@@ -13,7 +13,7 @@
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module XMonad.Util.Scratchpad ( module XMonad.Util.Scratchpad {-# DEPRECATED "Use XMonad.Util.NamedScratchpad instead" #-} (
-- * Usage -- * Usage
-- $usage -- $usage
scratchpadSpawnAction scratchpadSpawnAction