Skip to content

Commit

Permalink
Merge pull request #835 from slotThe/deprecate-cross
Browse files Browse the repository at this point in the history
X.L.Cross: Deprecate
  • Loading branch information
slotThe authored Oct 10, 2023
2 parents ba5011b + 60867bd commit 3cd1b06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion XMonad/Layout/Cross.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cd1b06

Please sign in to comment.