mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #835 from slotThe/deprecate-cross
X.L.Cross: Deprecate
This commit is contained in:
commit
3cd1b066a2
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
### Breaking Changes
|
### 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
|
* Deprecated the `XMonad.Layout.StateFull` module and
|
||||||
`XMonad.Layout.TrackFloating.(t|T)rackFloating` in favour of
|
`XMonad.Layout.TrackFloating.(t|T)rackFloating` in favour of
|
||||||
`XMonad.Layout.FocusTracking`.
|
`XMonad.Layout.FocusTracking`.
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
--
|
--
|
||||||
-- A Cross Layout with the main window in the center.
|
-- 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
|
||||||
-- $usage
|
-- $usage
|
||||||
simpleCross
|
simpleCross
|
||||||
|
Loading…
x
Reference in New Issue
Block a user