mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-16 04:33:57 -07:00
add X.L.BinaryColumn to exposed-modules
Also fix typo in CHANGES.md. See #233.
This commit is contained in:
@@ -142,7 +142,7 @@
|
|||||||
A new layout based on Dishes, however it accepts additional configuration
|
A new layout based on Dishes, however it accepts additional configuration
|
||||||
to allow multiple windows within a single stack.
|
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
|
A new module which provides a simple grid layout, halving the window
|
||||||
sizes of each window after master.
|
sizes of each window after master.
|
||||||
|
@@ -194,6 +194,7 @@ library
|
|||||||
XMonad.Layout.Accordion
|
XMonad.Layout.Accordion
|
||||||
XMonad.Layout.AutoMaster
|
XMonad.Layout.AutoMaster
|
||||||
XMonad.Layout.AvoidFloats
|
XMonad.Layout.AvoidFloats
|
||||||
|
XMonad.Layout.BinaryColumn
|
||||||
XMonad.Layout.BinarySpacePartition
|
XMonad.Layout.BinarySpacePartition
|
||||||
XMonad.Layout.BorderResize
|
XMonad.Layout.BorderResize
|
||||||
XMonad.Layout.BoringWindows
|
XMonad.Layout.BoringWindows
|
||||||
|
Reference in New Issue
Block a user