aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-21 17:21:55 +0200
committervaxerski <[email protected]>2022-04-21 17:21:55 +0200
commita0ec0326f915f783b81208cb107cad41cf68f1e5 (patch)
treedc918f307bf487dc6c6811ede00258ecddd09582
parent2b8b34d8db2b2db0054db34ba8791139d38d7c8f (diff)
downloadHyprland-a0ec0326f915f783b81208cb107cad41cf68f1e5.tar.gz
Hyprland-a0ec0326f915f783b81208cb107cad41cf68f1e5.zip
typo
-rw-r--r--src/managers/KeybindManager.cpp2
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 = "";