mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 04:53:48 -07:00
protocols: Support content-type-v1 proto (#9226)
This commit is contained in:
@@ -36,6 +36,7 @@ class CWindowRule {
|
||||
RULE_TAG,
|
||||
RULE_WORKSPACE,
|
||||
RULE_PROP,
|
||||
RULE_CONTENT,
|
||||
};
|
||||
|
||||
eRuleType ruleType = RULE_INVALID;
|
||||
@@ -58,6 +59,7 @@ class CWindowRule {
|
||||
std::string szFullscreenState = ""; // empty means any
|
||||
std::string szOnWorkspace = ""; // empty means any
|
||||
std::string szWorkspace = ""; // empty means any
|
||||
std::string szContentType = ""; // empty means any
|
||||
|
||||
// precompiled regexes
|
||||
CRuleRegexContainer rTitle;
|
||||
|
Reference in New Issue
Block a user