diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index 806808e5..befff4b8 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -142,5 +142,5 @@ void CKeybindManager::changeworkspace(std::string args) { // we need to move XWayland windows to narnia or otherwise they will still process our cursor and shit // and that'd be annoying as hell - g_pCompositor->fixXWaylandWindowsOnWorkspace(workspaceToChangeTo); + g_pCompositor->fixXWaylandWindowsOnWorkspace(OLDWORKSPACE); } \ No newline at end of file