You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2026. It is now read-only.
seems important for general use and environments like trying to stream/control desktop screen on a smartphone:
flag to inverse zoom in/out scroll
allow mapping closing to some keyboard key like escape
flag to switch LMB with RMB functionality
flag to enable automatic mouse dragging mode without needing to press and hold LMB, and not bound by screen edges. So we can simply move mouse and our zoomed-in portion of the screen moves in that direction (like: hyprmag --scale 2 --radius 3000).
flag to set default zoom-in % towards mouse pointer immediately after launching
flag to enable: during "default zoom-in flag" play animation of smoothly going from [0% zoom] to [specifed default zoom %] for specifed x millisecond/seconds (like in various video games: https://youtu.be/r_nqGmguS6w?&t=216)
stuff which probably isn't needed with implemented list above:
allow mapping zoom in/out to some keyboard keys like +/-
double click LMB to zoom-in x%
click and hold LMB, then move mouse up or down for progressive zooming in or out, the further the mouse moves.
seems important for general use and environments like trying to stream/control desktop screen on a smartphone:
stuff which probably isn't needed with implemented list above: