1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-18 05:33:49 -07:00

Merge pull request from ivanbrennan/minimize-export

Minimize: export type constructor
This commit is contained in:
Brent Yorgey
2020-08-30 14:04:47 -05:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

@@ -148,6 +148,10 @@
* `XMonad.Hooks.DynamicLog`
- Added `xmobarBorder` function to create borders around strings.
* `XMonad.Layout.Minimize`
- Export `Minimize` type constructor.
## 0.16
### Breaking Changes

@@ -17,6 +17,7 @@
module XMonad.Layout.Minimize (
-- * Usage
-- $usage
Minimize,
minimize,
) where