Skip to content

shellcorona: shorten the reconsiderOutputTimer from 1secs to 250ms

This timer is used to delay the shell state being refreshed and when a new screen is available. It seems unnecessary to have such a long delay, once screen geometry are stable to work with.

We could shorten this on Wayland only as we should have better handling over the screen geometry change on the compositor side. Ideally we would get the new screen geometries atomically, or at least in a small delay.

Another way would be to fluctuate this delay on how many screens were recently added.

cc @davidedmundson

Edited by Méven Car

Merge request reports