wdisplays/README.md

28 lines
606 B
Markdown
Raw Normal View History

2019-08-01 17:33:45 +03:00
# wdisplays
2019-07-06 05:51:52 +03:00
2019-08-01 17:33:45 +03:00
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://spdx.org/licenses/MIT.html)
2019-07-06 05:51:52 +03:00
2019-08-01 17:33:45 +03:00
wdisplays is a graphical application for configuring displays in Wayland
compositors. It borrows some code from [kanshi]. It should work in any
compositor that implements the wlr-output-management-unstable-v1 protocol, such
as [sway].
2019-07-06 05:51:52 +03:00
2019-08-01 17:33:45 +03:00
![Screenshot](wdisplays.png)
# Building
Build requirements are:
- GTK+3
- epoxy
- wayland-client
```sh
meson build
ninja -C build
sudo ninja -C build install
```
2019-07-06 05:51:52 +03:00
[kanshi]: https://github.com/emersion/kanshi
2019-08-01 17:33:45 +03:00
[sway]: https://github.com/swaywm/sway