Added nofocus rule

This commit is contained in:
vaxerski
2022-05-14 14:37:57 +02:00
parent 0273d21a77
commit a1567feb3d
4 changed files with 13 additions and 1 deletions

View File

@@ -341,6 +341,7 @@ 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.find("workspace") != 0) {
Debug::log(ERR, "Invalid rule found: %s", RULE.c_str());
parseError = "Invalid rule found: " + RULE;