Added movetoworkspace

This commit is contained in:
vaxerski
2022-03-23 16:51:48 +01:00
parent f82fdb012e
commit f108ec78e2
4 changed files with 70 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ private:
void toggleActiveFloating(std::string);
void changeworkspace(std::string);
void fullscreenActive(std::string);
void moveActiveToWorkspace(std::string);
};
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;