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
2021-02-05 14:26: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 Add --preferred 2021-02-05 14:23:57 +01:00
meson.build Bump to v0.2.0 2021-02-05 14:26: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