refactor: cleanup hyprland workspaces constructor

This commit is contained in:
Austin Horstman
2023-09-08 22:24:05 -05:00
parent 309edd0585
commit 587bd0cd62
2 changed files with 23 additions and 6 deletions

View File

@ -80,6 +80,8 @@ class Workspaces : public AModule, public EventHandler {
void create_workspace(Json::Value& value);
void remove_workspace(std::string name);
void set_urgent_workspace(std::string windowaddress);
void parse_config(const Json::Value& config);
void register_ipc();
bool all_outputs_ = false;
bool show_special_ = false;