Highlight of this release is added support for fractional-scale-v1 protocol and per output configuration. Implementation of these features required a lot of refactoring, proceed with caution and please report bugs you find 🙂
Added
- Install systemd unit files (enabled by default, disable it with
-Dsystemd-unit-files=disabled
) 373ce46 - Implement per output configuration & fractional scaling 04cd51d
[output.left]
match = Dell Inc. DELL U2722DE
width = 500
height = 60
anchor = top left
Removed
- Remove
output_mode
configuation option - wob is now always shown on focused output only b13240b
Changed
- Do not exit on invalid input (issue warn only) 5322ba7