added a forceinput rule

This commit is contained in:
vaxerski
2022-08-27 13:01:55 +02:00
parent aaa834d0c3
commit 5d63152219
3 changed files with 10 additions and 0 deletions

View File

@@ -742,6 +742,7 @@ void CConfigManager::handleWindowRule(const std::string& command, const std::str
&& RULE != "noblur"
&& RULE != "center"
&& RULE != "opaque"
&& RULE != "forceinput"
&& RULE != "fullscreen"
&& RULE.find("animation") != 0
&& RULE.find("rounding") != 0