mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
add X.L.BinaryColumn to exposed-modules
Also fix typo in CHANGES.md. See #233.
This commit is contained in:
parent
3f54045af2
commit
18eb79ce73
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user