Skip to content

Fix xrandr primary when the new screen is the connected one

Aleix Pol Gonzalez requested to merge work/refresh-primary-upon-xrandr into master

We'd trigger updatePrimary before Xwayland had reacted to the new output so we wouldn't end up calling xcb_randr_set_output_primary() as necessary.

BUG: 449099

Merge request reports