mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Update CHANGES.md
This commit is contained in:
parent
315d1acaea
commit
9618a0b616
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user