mirror of
https://github.com/emersion/wlr-randr
synced 2024-11-22 11:31:58 +01:00
An xrandr clone for wlroots compositors
protocol | ||
.gitignore | ||
LICENSE | ||
main.c | ||
meson.build | ||
README.md |
wlr-randr
Utility to manage outputs of a Wayland compositor.
Heads up! This project has moved over to SourceHut.
Building
Install dependencies:
- meson (compile-time dependency)
- wayland
Then run:
meson build
ninja -C build
build/wlr-randr
License
MIT