# wlr-randr

Utility to manage outputs of a Wayland compositor.

## Building

Install dependencies:

* meson (compile-time dependency)
* wayland

Then run:

    meson setup build/
    ninja -C build/
    build/wlr-randr

## Contributing

Report bugs and send patches on [GitLab], ask questions on the [IRC channel].

## License

MIT

[GitLab]: https://gitlab.freedesktop.org/emersion/wlr-randr
[IRC channel]: ircs://irc.libera.chat/#emersion
