mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-13 11:05:46 -07:00
fix wonky focus on movetoworkspace
This commit is contained in:
@@ -842,7 +842,7 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
|
|||||||
m->specialWorkspaceOpen = false;
|
m->specialWorkspaceOpen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_pInputManager->refocus();
|
g_pCompositor->focusWindow(PWINDOW);
|
||||||
|
|
||||||
PWINDOW->updateToplevel();
|
PWINDOW->updateToplevel();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user