minor changes

This commit is contained in:
vaxerski
2022-03-22 20:04:39 +01:00
parent aa64af95fe
commit 90bb8e6441
4 changed files with 7 additions and 9 deletions

View File

@@ -345,6 +345,9 @@ void CHyprDwindleLayout::onWindowCreatedFloating(CWindow* pWindow) {
pWindow->m_vRealPosition = Vector2D(desiredGeometry.x, desiredGeometry.y);
}
}
g_pXWaylandManager->setWindowSize(pWindow, pWindow->m_vRealSize);
g_pCompositor->fixXWaylandWindowsOnWorkspace(PMONITOR->activeWorkspace);
}
void CHyprDwindleLayout::fullscreenRequestForWindow(CWindow* pWindow) {