Skip to content

Use the same wayland connection to fetch screen information

David Edmundson requested to merge work/fix_connections into master

Currently we create a second wayland connection to kwin to fetch output devices. Sharing the connection is faster, simpler and generally better.

Merge request reports