update readme

This commit is contained in:
Shaochang Tan 2023-10-08 09:21:01 +02:00
parent bec8d23485
commit 4411521f8a
1 changed files with 11 additions and 2 deletions

View File

@ -9,6 +9,7 @@ Compositors that are known to support the protocol are [Sway] and [Wayfire].
The goal of this project is to allow precise adjustment of display settings in
kiosks, digital signage, and other elaborate multi-monitor setups.
![Screenshot](wdisplays.png)
# Installation
@ -70,8 +71,16 @@ 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] or [way-displays]. Integration with that and other external
daemons is planned.
like [kanshi] or [way-displays].
When you apply a new change, the setting will be defaultly added to $HOME/.config/kanshi/config,
if there is already a profile for the same monitors combination, the change will be applied on
existing one.
you can add kanshi autostart to your sway config:
```
exec_always pkill kanshi
exec_always kanshi
```
### How do I add support to my compositor?