File: README.md

package info (click to toggle)
wlr-randr 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: ansic: 562; xml: 404; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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