input: change window grab cursor to closed hand (#9196)
This commit is contained in:
parent
b884f1f7c8
commit
d41135d07c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue