Added a rounding rule

This commit is contained in:
vaxerski
2022-05-28 17:48:01 +02:00
parent 7d442d4851
commit 7f1f14fe85
5 changed files with 16 additions and 2 deletions

View File

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