mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-19 14:13:48 -07:00
Merge pull request #375 from ivanbrennan/minimize-export
Minimize: export type constructor
This commit is contained in:
@@ -148,6 +148,10 @@
|
|||||||
* `XMonad.Hooks.DynamicLog`
|
* `XMonad.Hooks.DynamicLog`
|
||||||
- Added `xmobarBorder` function to create borders around strings.
|
- Added `xmobarBorder` function to create borders around strings.
|
||||||
|
|
||||||
|
* `XMonad.Layout.Minimize`
|
||||||
|
|
||||||
|
- Export `Minimize` type constructor.
|
||||||
|
|
||||||
## 0.16
|
## 0.16
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
module XMonad.Layout.Minimize (
|
module XMonad.Layout.Minimize (
|
||||||
-- * Usage
|
-- * Usage
|
||||||
-- $usage
|
-- $usage
|
||||||
|
Minimize,
|
||||||
minimize,
|
minimize,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user