feat(hyprland): support workspacev2

This commit is contained in:
Matt White
2025-01-10 11:27:40 -07:00
committed by Matthew White
parent 0c6ca8321c
commit 17cee0d876
2 changed files with 68 additions and 12 deletions

View File

@ -138,7 +138,7 @@ class Workspaces : public AModule, public EventHandler {
bool m_withIcon;
uint64_t m_monitorId;
std::string m_activeWorkspaceName;
int m_activeWorkspaceId;
std::string m_activeSpecialWorkspaceName;
std::vector<std::unique_ptr<Workspace>> m_workspaces;
std::vector<std::pair<Json::Value, Json::Value>> m_workspacesToCreate;