mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 14:11:59 -07:00
Added moveCursor dispatcher (#2100)
* Added moveCursor dispatcher * fix error message for moveCursor
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user