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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;