Skip to content

place: Fix centering transients over parent

Florian Müllner requested to merge fmuellner/mutter:center-transients into main

Transient dialogs are meant to be placed centered over their parent. However as we don't use the DIALOG window type on wayland, this currently only works for modal dialogs.

To fix this, also apply the policy to NORMAL windows for wayland clients.

Merge request reports