Update CHANGES.md

This commit is contained in:
slotThe 2021-03-25 13:46:52 +01:00
parent 315d1acaea
commit 9618a0b616
2 changed files with 5 additions and 1 deletions

View File

@ -516,6 +516,10 @@
- Added `magnifierczOff` and `magnifierczOff'` for custom-size - Added `magnifierczOff` and `magnifierczOff'` for custom-size
magnifiers that start out with magnifying disabled. magnifiers that start out with magnifying disabled.
- Added `magnify` as a more general combinator, including the
ability to postpone magnifying until there are a certain number of
windows on the workspace.
## 0.16 ## 0.16
### Breaking Changes ### Breaking Changes

View File

@ -108,7 +108,7 @@ import XMonad.Util.XUtils
-- --
-- For example, to re-create 'magnifiercz' 1.3', you would do -- For example, to re-create 'magnifiercz' 1.3', you would do
-- --
-- >>> magnify 1.3 (NoMaster 1) On -- >>> magnify 1.3 (NoMaster 1) True
-- --
magnify magnify
:: Rational -- ^ Amount to magnify both directions :: Rational -- ^ Amount to magnify both directions