added nomaxsize rule
This commit is contained in:
parent
d8dcf670da
commit
73b3bbe49b
4 changed files with 5 additions and 1 deletions
|
|
@ -749,6 +749,7 @@ bool windowRuleValid(const std::string& RULE) {
|
|||
&& RULE != "forceinput"
|
||||
&& RULE != "fullscreen"
|
||||
&& RULE != "nofullscreenrequest"
|
||||
&& RULE != "nomaxsize"
|
||||
&& RULE != "pin"
|
||||
&& RULE != "noanim"
|
||||
&& RULE != "windowdance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue