Skip to content

backends/libinput: update screens on Workspace::outputsChanged

Xaver Hugl requested to merge work/zamundaaa/touchscreen-crash into master

Using OutputBackend::outputsQueried can cause problems because it's emitted before output settings like enablement get adjusted to the new output configuration. It also doesn't react to output changes initiated by KScreen and is in the way of plans to use multiple output backends at the same time.

BUG: 461901

Merge request reports