mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-22 22:29:50 +01:00
typo
This commit is contained in:
parent
2b8b34d8db
commit
a0ec0326f9
1 changed files with 1 additions and 1 deletions
|
@ -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 = "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue