Merge pull request #8 from alex-courtis/add-way-displays

add way-displays to readme
This commit is contained in:
Arti Zirk 2023-07-26 15:42:56 +03:00 committed by GitHub
commit 6233901a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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 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 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 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? ### 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]. implementation on top of tinywl: [tinywl-output-management].
[kanshi]: https://github.com/emersion/kanshi [kanshi]: https://github.com/emersion/kanshi
[way-displays]: https://github.com/alex-courtis/way-displays
[Sway]: https://swaywm.org [Sway]: https://swaywm.org
[Wayfire]: https://wayfire.org [Wayfire]: https://wayfire.org
[ARandR]: https://christian.amsuess.com/tools/arandr/ [ARandR]: https://christian.amsuess.com/tools/arandr/