diff --git a/src/managers/input/InputManager.cpp b/src/managers/input/InputManager.cpp index 2d144379e..cf7dee6e1 100644 --- a/src/managers/input/InputManager.cpp +++ b/src/managers/input/InputManager.cpp @@ -98,6 +98,8 @@ void CInputManager::mouseMoveUnified(uint32_t time, bool refocus) { if (*PZOOMFACTOR != 1.f) g_pHyprRenderer->damageMonitor(PMONITOR); + g_pCompositor->scheduleFrameForMonitor(PMONITOR); + CWindow* forcedFocus = m_pForcedFocus; if (!forcedFocus)