windowrules: add option to allow size persistence between app launches (#9422)

This commit is contained in:
nyx
2025-03-07 20:12:02 -05:00
committed by GitHub
parent 4082e876d5
commit b80b64cd6c
7 changed files with 78 additions and 15 deletions

View File

@@ -37,6 +37,7 @@ class CWindowRule {
RULE_WORKSPACE,
RULE_PROP,
RULE_CONTENT,
RULE_PERSISTENTSIZE,
};
eRuleType ruleType = RULE_INVALID;