aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-08-03 21:59:08 +0200
committervaxerski <[email protected]>2023-08-03 21:59:12 +0200
commit2e6693fbb650dd2c9b7ad4b6d830899589504bda (patch)
treef7b393c97787e1d214c2c997caaf19e26ec11f1e
parent7d98181ade0a96247bdb89d8dd0a8aaecaf979b8 (diff)
downloadHyprland-2e6693fbb650dd2c9b7ad4b6d830899589504bda.tar.gz
Hyprland-2e6693fbb650dd2c9b7ad4b6d830899589504bda.zip
compositor: update window rules on workspace move
-rw-r--r--src/Compositor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp
index 1d978aed..d1124bc1 100644
--- a/src/Compositor.cpp
+++ b/src/Compositor.cpp
@@ -2394,6 +2394,7 @@ void CCompositor::moveWindowToWorkspaceSafe(CWindow* pWindow, CWorkspace* pWorks
pWindow->moveToWorkspace(pWorkspace->m_iID);
pWindow->updateToplevel();
+ pWindow->updateDynamicRules();
if (!pWindow->m_bIsFloating) {
g_pLayoutManager->getCurrentLayout()->onWindowRemovedTiling(pWindow);