added opacity rule

This commit is contained in:
vaxerski
2022-04-22 14:37:38 +02:00
parent a8e5e9c558
commit 94811485c9
4 changed files with 16 additions and 1 deletions

View File

@@ -259,6 +259,7 @@ void CConfigManager::handleWindowRule(const std::string& command, const std::str
// verify we support a rule
if (RULE != "float"
&& RULE != "tile"
&& RULE.find("opacity") != 0
&& RULE.find("move") != 0
&& RULE.find("size") != 0
&& RULE.find("pseudo") != 0