input: change window grab cursor to closed hand (#9196)

This commit is contained in:
Owen L. 2025-01-29 01:27:34 -08:00 committed by GitHub
parent b884f1f7c8
commit d41135d07c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -307,7 +307,7 @@ void IHyprLayout::onBeginDragWindow() {
}
if (g_pInputManager->dragMode != MBIND_RESIZE && g_pInputManager->dragMode != MBIND_RESIZE_FORCE_RATIO && g_pInputManager->dragMode != MBIND_RESIZE_BLOCK_RATIO)
g_pInputManager->setCursorImageUntilUnset("grab");
g_pInputManager->setCursorImageUntilUnset("grabbing");
g_pHyprRenderer->damageWindow(DRAGGINGWINDOW);