mirror of
https://github.com/emersion/wlr-randr
synced 2024-11-26 07:33:46 +01:00
An xrandr clone for wlroots compositors
1cc82e6950
Fix mode not being found when setting mode, even when copied and pasted from mode list. |
||
---|---|---|
protocol | ||
.gitignore | ||
LICENSE | ||
main.c | ||
meson.build | ||
README.md |
wlr-randr
Utility to manage outputs of a Wayland compositor.
Building
Install dependencies:
- meson (compile-time dependency)
- wayland
Then run:
meson build
ninja -C build
build/wlr-randr
License
MIT