Skip to content

Commit

Permalink
update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur committed May 4, 2023
1 parent f2a5dfe commit 9ee052c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@

### New Modules

* `XMonad.Layout.ByWidth`
- The `ifWidth` layout modifier from `XMonad.Layout.PerScreen` has been moved
here. It is re-exported by the new `PerScreen` module, but is marked as
deprecated with a pointer to this module.

* `XMonad.Layout.PerScreen`
- A complete reimplementation that provides proper `onScreen` and `onScreens`
layout modifiers. It also re-exports `ifWidth` which has been moved to
`XMonad.Layout.ByWidth` for backward compatibility.

* `XMonad.Layout.CenterMainFluid`
- A three column layout with main column in the center and two stack
column surrounding it. Master window will be on center column and
Expand Down

0 comments on commit 9ee052c

Please sign in to comment.