Merge pull request #835 from slotThe/deprecate-cross

X.L.Cross: Deprecate
This commit is contained in:
Tony Zorman 2023-10-10 07:35:28 +02:00 committed by GitHub
commit 3cd1b066a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
### Breaking Changes
* Deprecated `XMonad.Layout.Cross` due to bitrot; refer to
`XMonad.Layout.Circle` and `XMonad.Layout.ThreeColumns` for
alternatives.
* Deprecated the `XMonad.Layout.StateFull` module and
`XMonad.Layout.TrackFloating.(t|T)rackFloating` in favour of
`XMonad.Layout.FocusTracking`.

View File

@ -12,7 +12,7 @@
--
-- A Cross Layout with the main window in the center.
--
module XMonad.Layout.Cross(
module XMonad.Layout.Cross {-# DEPRECATED "Use XMonad.Layout.Circle or XMonad.Layout.ThreeColumn.ThreeColMid instead" #-} (
-- * Usage
-- $usage
simpleCross