added workspaces

This commit is contained in:
vaxerski
2022-03-20 15:55:47 +01:00
parent 45addfb31d
commit 50370e4216
10 changed files with 136 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ private:
void killActive(std::string);
void spawn(std::string);
void toggleActiveFloating(std::string);
void changeworkspace(std::string);
};
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;