From 4cc1d2300d7e4d2c65aed8a0c8ead80d7767d942 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 3 Jul 2023 14:06:16 +1000 Subject: [PATCH] add way-displays to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7648997..c8b5024 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ It's intended to be the Wayland equivalent of an xrandr GUI, like [ARandR]. Sway, like i3, doesn't save any settings unless you put them in the config file. See man `sway-output`. If you want to have multiple configurations depending on the monitors connected, you'll need to use an external program -like [kanshi]. Integration with that and other external daemons is planned. +like [kanshi] or [way-displays]. Integration with that and other external +daemons is planned. ### How do I add support to my compositor? @@ -79,6 +80,7 @@ get support for this in wlroots compositors. See the diff here for a sample implementation on top of tinywl: [tinywl-output-management]. [kanshi]: https://github.com/emersion/kanshi +[way-displays]: https://github.com/alex-courtis/way-displays [Sway]: https://swaywm.org [Wayfire]: https://wayfire.org [ARandR]: https://christian.amsuess.com/tools/arandr/