Add native zoom #344
horta-arch
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Requesting the implementation of a native, animated zoom feature directly within the window manager. The goal is to allow smooth zooming in and out on the desktop or individual windows without relying on external tools like
wl-mirror,magnus, or third-party compositor extensions.Motivation
A built-in zoom is essential not only for accessibility (helping visually impaired users) but also for presentations, recordings, and visual workflows. Currently, external solutions don’t integrate well with compositor animations and often cause visual artifacts or latency.
Desired Features
Use the compositor’s rendering pipeline to apply scaling directly to the scene.
Zoom in/out with fluid interpolation — ideally configurable (animation speed, easing curve, etc).
The zoom should center around the cursor or the area of interest dynamically.
Allow controls like
Ctrl + Scrollor touchpad gestures to manage zoom levels.Option to zoom only on the active display or specify which monitor to zoom into.
Benefits
Beta Was this translation helpful? Give feedback.
All reactions