This commit is contained in:
vaxerski 2022-04-21 17:21:55 +02:00
parent 2b8b34d8db
commit a0ec0326f9

View file

@ -161,7 +161,7 @@ void CKeybindManager::toggleActivePseudo(std::string args) {
g_pLayoutManager->getCurrentLayout()->recalculateWindow(ACTIVEWINDOW); g_pLayoutManager->getCurrentLayout()->recalculateWindow(ACTIVEWINDOW);
} }
void CKeybindManager::gichangeworkspace(std::string args) { void CKeybindManager::changeworkspace(std::string args) {
int workspaceToChangeTo = 0; int workspaceToChangeTo = 0;
std::string workspaceName = ""; std::string workspaceName = "";