From 4070e1a148663962ba8f2eff4eeaf018fe6d863b Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sun, 18 Sep 2022 17:26:12 +0100 Subject: [PATCH] fix wonky focus on movetoworkspace --- src/managers/KeybindManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index bf899a7b..1b5ff4a5 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -842,7 +842,7 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) { m->specialWorkspaceOpen = false; } - g_pInputManager->refocus(); + g_pCompositor->focusWindow(PWINDOW); PWINDOW->updateToplevel(); }