mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 15:45:59 +01:00
fix wonky focus on movetoworkspace
This commit is contained in:
parent
dd61f88ed1
commit
4070e1a148
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
|
|||
m->specialWorkspaceOpen = false;
|
||||
}
|
||||
|
||||
g_pInputManager->refocus();
|
||||
g_pCompositor->focusWindow(PWINDOW);
|
||||
|
||||
PWINDOW->updateToplevel();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue