1
0
Fork 0
mirror of https://github.com/emersion/wlr-randr synced 2024-04-28 12:55:06 +02:00
An xrandr clone for wlroots compositors
Go to file
Simon Ser a6fdfa1e92
Update README.md
2021-10-01 16:54:18 +02: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
README.md Update README.md 2021-10-01 16:54:18 +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

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