-
Notifications
You must be signed in to change notification settings - Fork 25
magnify
fdev31 edited this page Apr 3, 2024
·
21 revisions
-
zoom [value]: if no value, toggles magnification.- If an integer is provided, it will set as scaling factor.
- If this integer is prefixed with "+" or "-", it will update the current scale factor (added in version 2.1.4).
default value is 2
Scaling factor to be used when no value is provided.
pypr zoom # sets zoom to `factor` (2 by default)
pypr zoom +1 # will set zoom to 3x
pypr zoom # will set zoom to 1x
pypr zoom 1 # will (also) set zoom to 1x - effectively doing nothing