Added window animation rules

This commit is contained in:
vaxerski
2022-05-15 14:18:31 +02:00
parent cba4693d39
commit d7ad80e6a2
5 changed files with 85 additions and 33 deletions

View File

@@ -398,6 +398,7 @@ void CConfigManager::handleWindowRule(const std::string& command, const std::str
&& RULE.find("pseudo") != 0
&& RULE.find("monitor") != 0
&& RULE.find("nofocus") != 0
&& RULE.find("animation") != 0
&& RULE.find("workspace") != 0) {
Debug::log(ERR, "Invalid rule found: %s", RULE.c_str());
parseError = "Invalid rule found: " + RULE;