Skip to content

Decouple updateLayout() from updateRootInfo()

Vlad Zahorodnii requested to merge work/zzag/virtual-desktops-update-layout into master

It makes code more intuitive, updating X11 specific stuff should not be needed to update the grid layout. Another advantage that this change brings is that it should be possible to decouple X11 bits from the virtual desktop manager completely, might be useful for running multiple xwayland instances.

Merge request reports