From db56e01c63aaebfb6526aee83b99039eb8dc5f4b Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 20 Mar 2022 19:29:50 +0100 Subject: [PATCH] I am an idiot --- 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 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