windowrules: add noclosefor

fixes #10027
This commit is contained in:
Vaxry 2025-04-29 18:14:02 +01:00
parent 5bd7ff884d
commit b10a43dabc
No known key found for this signature in database
GPG key ID: 665806380871D640
6 changed files with 23 additions and 6 deletions

View file

@ -37,7 +37,8 @@ class CWindowRule {
RULE_WORKSPACE,
RULE_PROP,
RULE_CONTENT,
RULE_PERSISTENTSIZE
RULE_PERSISTENTSIZE,
RULE_NOCLOSEFOR,
};
eRuleType m_ruleType = RULE_INVALID;