add maxsize window rule

This commit is contained in:
K1llf0rce
2022-10-15 17:04:57 +02:00
parent edeb759bb1
commit dca30815b0
2 changed files with 16 additions and 0 deletions

View File

@@ -722,6 +722,7 @@ bool windowRuleValid(const std::string& RULE) {
&& RULE.find("move") != 0
&& RULE.find("size") != 0
&& RULE.find("minsize") != 0
&& RULE.find("maxsize") != 0
&& RULE.find("pseudo") != 0
&& RULE.find("monitor") != 0
&& RULE != "nofocus"