edit CHANGES.md

This commit is contained in:
tidues 2019-09-27 16:57:50 -04:00
parent 599c0f8613
commit b43fdcb57f

View File

@ -24,6 +24,14 @@
### New Modules ### New Modules
* `XMonad.Layout.TallMastersCombo`
A layout combinator that support Shrink, Expand, and IncMasterN just as
the 'Tall' layout, and also support operations of two master windows:
a main master, which is the original master window;
a sub master, the first window of the second pane.
This combinator can be nested, and has a good support for using
'XMonad.Layout.Tabbed' as a sublayout.
* `XMonad.Layout.TwoPanePersistent` * `XMonad.Layout.TwoPanePersistent`
A layout that is like TwoPane but keeps track of the slave window that is A layout that is like TwoPane but keeps track of the slave window that is