add minsize rule

This commit is contained in:
vaxerski
2022-10-06 09:09:58 +01:00
parent d264fbd36a
commit 095688712d
2 changed files with 16 additions and 0 deletions

View File

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