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