mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-02 02:05:58 +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;
|
m->specialWorkspaceOpen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_pInputManager->refocus();
|
g_pCompositor->focusWindow(PWINDOW);
|
||||||
|
|
||||||
PWINDOW->updateToplevel();
|
PWINDOW->updateToplevel();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue