Added workspace windowrule

This commit is contained in:
vaxerski
2022-04-21 17:17:47 +02:00
parent 064e40d25f
commit 2b8b34d8db
3 changed files with 14 additions and 5 deletions

View File

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