Skip to content

A wlroots-compatible Wayland screen magnifier, based on hyprpicker

License

Notifications You must be signed in to change notification settings

SIMULATAN/hyprmag

 
 

Repository files navigation

hyprmag

A wlroots-compatible Wayland screen magnifier with basic customization options.

hyprmag screencast

Usage

Launch it. Move the mouse. That's it.

Options

-h | --help prints a help message

-r | --radius sets the radius of the magnifying lens

-s | --scale sets the zoom factor

Building

Arch

yay -S hyprmag-git

Manual

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

Caveats

"Freezes" your displays while magnifying.

About

A wlroots-compatible Wayland screen magnifier, based on hyprpicker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.7%
  • CMake 8.3%
  • Nix 4.9%
  • Makefile 4.1%