mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Merge pull request #757 from slotThe/deprecate-sp
X.U.Scratchpad: Deprecate
This commit is contained in:
commit
a267fed24f
@ -3,7 +3,13 @@
|
||||
## _unreleased_
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* `XMonad.Util.NamedScratchpad`:
|
||||
|
||||
- Deprecated the module; use `XMonad.Util.NamedScratchpad` instead.
|
||||
|
||||
### New Modules
|
||||
|
||||
### Bug Fixes and Minor Changes
|
||||
|
||||
* `XMonad.Layout.BorderResize`
|
||||
|
@ -13,7 +13,7 @@
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module XMonad.Util.Scratchpad (
|
||||
module XMonad.Util.Scratchpad {-# DEPRECATED "Use XMonad.Util.NamedScratchpad instead" #-} (
|
||||
-- * Usage
|
||||
-- $usage
|
||||
scratchpadSpawnAction
|
||||
|
Loading…
x
Reference in New Issue
Block a user