mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
compositor: update window rules on workspace move
This commit is contained in:
@@ -2394,6 +2394,7 @@ void CCompositor::moveWindowToWorkspaceSafe(CWindow* pWindow, CWorkspace* pWorks
|
|||||||
|
|
||||||
pWindow->moveToWorkspace(pWorkspace->m_iID);
|
pWindow->moveToWorkspace(pWorkspace->m_iID);
|
||||||
pWindow->updateToplevel();
|
pWindow->updateToplevel();
|
||||||
|
pWindow->updateDynamicRules();
|
||||||
|
|
||||||
if (!pWindow->m_bIsFloating) {
|
if (!pWindow->m_bIsFloating) {
|
||||||
g_pLayoutManager->getCurrentLayout()->onWindowRemovedTiling(pWindow);
|
g_pLayoutManager->getCurrentLayout()->onWindowRemovedTiling(pWindow);
|
||||||
|
Reference in New Issue
Block a user