config: merge all rules set for the same workspace selection (#5656)
This commit is contained in:
parent
1ebc32f5f4
commit
10caa03ce5
2 changed files with 36 additions and 29 deletions
|
|
@ -205,6 +205,7 @@ class CConfigManager {
|
|||
std::optional<std::string> verifyConfigExists();
|
||||
void postConfigReload(const Hyprlang::CParseResult& result);
|
||||
void reload();
|
||||
SWorkspaceRule mergeWorkspaceRules(const SWorkspaceRule&, const SWorkspaceRule&);
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CConfigManager> g_pConfigManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue