3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-03-15 19:55:13 +00:00

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);