diff --git a/src/layout/IHyprLayout.cpp b/src/layout/IHyprLayout.cpp index 2e5b15a45..fd2216e35 100644 --- a/src/layout/IHyprLayout.cpp +++ b/src/layout/IHyprLayout.cpp @@ -16,6 +16,8 @@ void IHyprLayout::onWindowCreated(CWindow* pWindow) { pWindow->m_vLastFloatingSize = Vector2D(desiredGeometry.width, desiredGeometry.height); } + pWindow->m_vPseudoSize = pWindow->m_vLastFloatingSize; + onWindowCreatedTiling(pWindow); } }