mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
keybinds: warp cursor to correct window in moveWindowOutOfGroup (#3290)
This commit is contained in:
@@ -1996,7 +1996,7 @@ void CKeybindManager::moveWindowOutOfGroup(CWindow* pWindow, const std::string&
|
||||
g_pCompositor->warpCursorTo(pWindow->middle());
|
||||
} else {
|
||||
g_pCompositor->focusWindow(PWINDOWPREV);
|
||||
g_pCompositor->warpCursorTo(pWindow->middle());
|
||||
g_pCompositor->warpCursorTo(PWINDOWPREV->middle());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user