diff options
author | vaxerski <[email protected]> | 2022-04-21 17:21:55 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-21 17:21:55 +0200 |
commit | a0ec0326f915f783b81208cb107cad41cf68f1e5 (patch) | |
tree | dc918f307bf487dc6c6811ede00258ecddd09582 | |
parent | 2b8b34d8db2b2db0054db34ba8791139d38d7c8f (diff) | |
download | Hyprland-a0ec0326f915f783b81208cb107cad41cf68f1e5.tar.gz Hyprland-a0ec0326f915f783b81208cb107cad41cf68f1e5.zip |
typo
-rw-r--r-- | src/managers/KeybindManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index b1554465..06fdf5f4 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -161,7 +161,7 @@ void CKeybindManager::toggleActivePseudo(std::string args) { g_pLayoutManager->getCurrentLayout()->recalculateWindow(ACTIVEWINDOW); } -void CKeybindManager::gichangeworkspace(std::string args) { +void CKeybindManager::changeworkspace(std::string args) { int workspaceToChangeTo = 0; std::string workspaceName = ""; |