1
0
mirror of https://github.com/emersion/wlr-randr synced 2024-11-26 07:33:46 +01:00
An xrandr clone for wlroots compositors
Go to file
Jordan Leppert 1cc82e6950
Fix mode refresh rounding issue
Fix mode not being found when setting mode, even when copied and
pasted from mode list.
2021-01-02 11:41:21 +01:00
protocol Update protocol 2019-03-16 17:56:37 +02:00
.gitignore Initial commit 2019-03-08 16:15:21 +01:00
LICENSE Update LICENSE - add contributors 2020-07-21 15:57:29 +02:00
main.c Fix mode refresh rounding issue 2021-01-02 11:41:21 +01:00
meson.build Fix mode refresh rounding issue 2021-01-02 11:41:21 +01:00
README.md readme: add build instructions 2019-03-08 17:49:26 +01:00

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