added noblur

This commit is contained in:
vaxerski
2022-06-24 22:28:54 +02:00
parent e95e01416e
commit 45a44f9690
5 changed files with 8 additions and 4 deletions

View File

@@ -481,7 +481,8 @@ void CConfigManager::handleWindowRule(const std::string& command, const std::str
&& RULE.find("size") != 0
&& RULE.find("pseudo") != 0
&& RULE.find("monitor") != 0
&& RULE.find("nofocus") != 0
&& RULE != "nofocus"
&& RULE != "noblur"
&& RULE.find("animation") != 0
&& RULE.find("rounding") != 0
&& RULE.find("workspace") != 0) {