added a noanim rule

This commit is contained in:
vaxerski
2022-10-06 09:16:40 +01:00
parent 095688712d
commit 190ddb5697
4 changed files with 8 additions and 2 deletions

View File

@@ -721,6 +721,7 @@ bool windowRuleValid(const std::string& RULE) {
&& RULE != "forceinput"
&& RULE != "fullscreen"
&& RULE != "pin"
&& RULE != "noanim"
&& RULE.find("animation") != 0
&& RULE.find("rounding") != 0
&& RULE.find("workspace") != 0);