mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 10:45:59 +01:00
refocus on special move
This commit is contained in:
parent
2f6b37e103
commit
668cc93962
1 changed files with 3 additions and 2 deletions
|
@ -947,6 +947,7 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
|
|||
g_pCompositor->focusWindow(PWINDOW);
|
||||
} else {
|
||||
g_pHyprRenderer->damageMonitor(g_pCompositor->getMonitorFromID(PWINDOW->m_iMonitorID));
|
||||
g_pInputManager->refocus();
|
||||
}
|
||||
|
||||
PWINDOW->updateToplevel();
|
||||
|
|
Loading…
Reference in a new issue