From 8f0b963729fbce703222defdb1598bdb6f08849e Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:52:38 +0200 Subject: [PATCH] refocus after movetoworkspace --- src/managers/KeybindManager.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index c3f65b3d..ba4fa9b8 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -413,6 +413,8 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) { for (auto& m : g_pCompositor->m_lMonitors) m.specialWorkspaceOpen = false; } + + g_pInputManager->refocus(); } void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) { @@ -469,6 +471,8 @@ void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) { POLDWORKSPACEONMON->m_fAlpha.setValueAndWarp(255.f); m_bSuppressWorkspaceChangeEvents = false; + + g_pInputManager->refocus(); } void CKeybindManager::moveFocusTo(std::string args) {