add X.L.BinaryColumn to exposed-modules

Also fix typo in CHANGES.md. See #233.
This commit is contained in:
Brent Yorgey 2018-06-04 14:24:18 -05:00
parent 3f54045af2
commit 18eb79ce73
2 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,7 @@
A new layout based on Dishes, however it accepts additional configuration
to allow multiple windows within a single stack.
* `XMonad.Hooks.BinaryColumn`
* `XMonad.Layout.BinaryColumn`
A new module which provides a simple grid layout, halving the window
sizes of each window after master.

View File

@ -194,6 +194,7 @@ library
XMonad.Layout.Accordion
XMonad.Layout.AutoMaster
XMonad.Layout.AvoidFloats
XMonad.Layout.BinaryColumn
XMonad.Layout.BinarySpacePartition
XMonad.Layout.BorderResize
XMonad.Layout.BoringWindows