https://github.com/negrel/wooz
🔍 A zoom / magnifier utility for wayland compositors.
https://github.com/negrel/wooz
accessibility magnifier wayland zoom
Last synced: 3 months ago
JSON representation
🔍 A zoom / magnifier utility for wayland compositors.
- Host: GitHub
- URL: https://github.com/negrel/wooz
- Owner: negrel
- License: mit
- Created: 2025-01-05T16:05:14.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T19:26:20.000Z (4 months ago)
- Last Synced: 2025-03-04T20:29:31.331Z (4 months ago)
- Topics: accessibility, magnifier, wayland, zoom
- Language: C
- Homepage:
- Size: 1.4 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔍 `wooz` - A zoom / magnifier utility for wayland compositors.
https://github.com/user-attachments/assets/23e9aeac-4f60-47e6-9c49-7a3706bcdbe9
Scroll with your mouse to zoom and use left mouse click and drag to move the
viewport.Use right click to exit.
## Building from source
Install dependencies:
* meson (build)
* ninja (build)
* wayland (viewporter, XDG shell, wlr screencopy and core protocols)Then run:
```sh
export CFLAGS="-O3"
meson build
ninja -C build
```To run directly, use `build/wooz`, or if you would like to do a system
installation (in `/usr/local` by default), run `ninja -C build install`.## Contributing
If you want to contribute to `wooz` to add a feature or improve the code contact
me at [[email protected]](mailto:[email protected]), open an
[issue](https://github.com/negrel/wooz/issues) or make a
[pull request](https://github.com/negrel/wooz/pulls).## :stars: Show your support
Please give a :star: if this project helped you!
[](https://www.buymeacoffee.com/negrel)
## :scroll: License
MIT © [Alexandre Negrel](https://www.negrel.dev/)