diff --git a/src/layout/DwindleLayout.cpp b/src/layout/DwindleLayout.cpp index 3b1e4f4c..2d9eab0f 100644 --- a/src/layout/DwindleLayout.cpp +++ b/src/layout/DwindleLayout.cpp @@ -548,6 +548,8 @@ void CHyprDwindleLayout::fullscreenRequestForWindow(CWindow* pWindow, eFullscree pWindow->m_bIsFullscreen = on; PWORKSPACE->m_bHasFullscreenWindow = !PWORKSPACE->m_bHasFullscreenWindow; + g_pCompositor->updateWindowAnimatedDecorationValues(pWindow); + g_pEventManager->postEvent(SHyprIPCEvent("fullscreen", std::to_string((int)on))); if (!pWindow->m_bIsFullscreen) {