mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
bc3d2a5a37
wdisplays is a graphical application for configuring displays in Wayland compositors. It should work in any compositor that implements the wlr-output-management-unstable-v1 protocol. 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. note that the graphical rendering of relative position of screens in the left pane is broken, because it relies on mesa being linked with wayland, which isnt the case on OpenBSD. Manually setting screen options in the right pane works. ok matthieu@ a while ago