3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-03-01 21:04:50 +00:00

fix wonky focus on movetoworkspace

This commit is contained in:
vaxerski
2022-09-18 17:26:12 +01:00
parent dd61f88ed1
commit 4070e1a148

View File

@ -842,7 +842,7 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
m->specialWorkspaceOpen = false;
}
g_pInputManager->refocus();
g_pCompositor->focusWindow(PWINDOW);
PWINDOW->updateToplevel();
}