mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
X.L.Cross: Deprecate
The module has badly bitrotted, and is in such a state that it's unlikely anyone is using it currently. Better alternatives exist, so just deprecating seems appropriate here. Closes: https://github.com/xmonad/xmonad-contrib/issues/793
This commit is contained in:
parent
4f6a9deaf8
commit
60867bdd2d
@ -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`.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user