mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -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
|
||||
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
|
||||
|
||||
### Breaking Changes
|
||||
|
@ -108,7 +108,7 @@ import XMonad.Util.XUtils
|
||||
--
|
||||
-- For example, to re-create 'magnifiercz' 1.3', you would do
|
||||
--
|
||||
-- >>> magnify 1.3 (NoMaster 1) On
|
||||
-- >>> magnify 1.3 (NoMaster 1) True
|
||||
--
|
||||
magnify
|
||||
:: Rational -- ^ Amount to magnify both directions
|
||||
|
Loading…
x
Reference in New Issue
Block a user