1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2024-11-22 00:40:59 +02:00

update readme

This commit is contained in:
Shaochang Tan 2023-10-08 09:21:01 +02:00
parent bec8d23485
commit 4411521f8a

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 The goal of this project is to allow precise adjustment of display settings in
kiosks, digital signage, and other elaborate multi-monitor setups. kiosks, digital signage, and other elaborate multi-monitor setups.
![Screenshot](wdisplays.png) ![Screenshot](wdisplays.png)
# Installation # 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 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] or [way-displays]. Integration with that and other external like [kanshi] or [way-displays].
daemons is planned.
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? ### How do I add support to my compositor?