A wlroots-compatible Wayland screen magnifier with basic customization options.
Launch it. Move the mouse. That's it.
-h | --help
prints a help message
-r | --radius
sets the radius of the magnifying lens
-s | --scale
sets the zoom factor
yay -S hyprmag-git
Building is done via CMake:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target hyprmag -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF`
Install with:
cmake --install ./build
"Freezes" your displays while magnifying.