feat: dispatcher, add workspace renaming (#1336)
* feat: dispatcher, add workspace renaming Co-authored-by: vaxerski <vaxry@vaxry.net>
This commit is contained in:
parent
b1104b1ca7
commit
3173fbdc4a
4 changed files with 33 additions and 2 deletions
|
|
@ -104,6 +104,7 @@ class CKeybindManager {
|
|||
static void toggleSplit(std::string);
|
||||
static void moveCursorToCorner(std::string);
|
||||
static void workspaceOpt(std::string);
|
||||
static void renameWorkspace(std::string);
|
||||
static void exitHyprland(std::string);
|
||||
static void moveCurrentWorkspaceToMonitor(std::string);
|
||||
static void moveWorkspaceToMonitor(std::string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue