add minsize rule
This commit is contained in:
parent
d264fbd36a
commit
095688712d
2 changed files with 16 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue