fix: switchWorkspace function typo

This commit is contained in:
Guz
2025-02-08 19:24:10 -03:00
parent 2521b820f0
commit 057cab66ab

View File

@@ -39,7 +39,7 @@
MODE_DEFAULT = "default";
move = d: ["hyprctl" "dispatch" "movefocus" d];
close = _: ["hyprctl" "dispatch" "killactive"];
switchWorkspace = w: ["hyprland" "dispatch" "workspace" w];
switchWorkspace = w: ["hyprctl" "dispatch" "workspace" w];
toggleFullscreen = _: ["hyprctl" "dispatch" "fullscreen"];
toggleFloating = _: ["hyprctl" "dispatch" "togglefloating"];
toggleSplit = _: ["hyprctl" "dispatch" "togglesplit"];