added nomaxsize rule

This commit is contained in:
vaxerski
2022-12-07 16:08:44 +00:00
parent d8dcf670da
commit 73b3bbe49b
4 changed files with 5 additions and 1 deletions

View File

@@ -749,6 +749,7 @@ bool windowRuleValid(const std::string& RULE) {
&& RULE != "forceinput"
&& RULE != "fullscreen"
&& RULE != "nofullscreenrequest"
&& RULE != "nomaxsize"
&& RULE != "pin"
&& RULE != "noanim"
&& RULE != "windowdance"