1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-19 10:21:35 +02:00
Dynamic display configuration
Go to file
2017-08-05 20:43:33 +02:00
src Improve error message when missing monitors.xml 2017-08-05 20:43:33 +02:00
.gitignore List saved and connected displays 2017-08-04 16:02:25 +02:00
Cargo.lock Improve error message when missing monitors.xml 2017-08-05 20:43:33 +02:00
Cargo.toml Bump version to v0.1.1 2017-08-05 13:09:17 +02:00
README.md Updates README.md 2017-08-05 10:33:16 +02:00

kanshi

Kanshi uses a configuration file and a list of available displays to choose the right settings for each display. It's useful if your window manager doesn't support multiple display configurations (e.g. i3/Sway).

For now, it only supports:

  • sysfs as backend
  • ~/.config/monitors.xml as configuration file (used by GNOME)
  • Sway as output format

Usage

cargo install kanshi
kanshi > ~/.config/sway/outputs

License

MIT