Added moveCursor dispatcher (#2100)

* Added moveCursor dispatcher

* fix error message for moveCursor
This commit is contained in:
mekb
2023-04-24 04:50:53 +10:00
committed by GitHub
parent 97b0368765
commit fbcbe947da
2 changed files with 30 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ class CKeybindManager {
static void focusMonitor(std::string);
static void toggleSplit(std::string);
static void moveCursorToCorner(std::string);
static void moveCursor(std::string);
static void workspaceOpt(std::string);
static void renameWorkspace(std::string);
static void exitHyprland(std::string);