mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-05 15:38:00 +02:00
typo
This commit is contained in:
parent
3abda62211
commit
d37f44f1f0
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…
Add table
Reference in a new issue