diff --git a/src/layout/IHyprLayout.cpp b/src/layout/IHyprLayout.cpp index 39b30bea..70959d3b 100644 --- a/src/layout/IHyprLayout.cpp +++ b/src/layout/IHyprLayout.cpp @@ -146,8 +146,6 @@ void IHyprLayout::onBeginDragWindow() { return; } - g_pInputManager->setCursorImageUntilUnset("hand1"); - DRAGGINGWINDOW->m_bDraggingTiled = false; if (!DRAGGINGWINDOW->m_bIsFloating) { @@ -180,6 +178,8 @@ void IHyprLayout::onBeginDragWindow() { m_iGrabbedCorner = 3; } + g_pInputManager->setCursorImageUntilUnset("grab"); + g_pHyprRenderer->damageWindow(DRAGGINGWINDOW); g_pKeybindManager->shadowKeybinds();