added center windowrule
This commit is contained in:
parent
ef24329495
commit
aac546b771
2 changed files with 3 additions and 0 deletions
|
|
@ -571,6 +571,7 @@ void CConfigManager::handleWindowRule(const std::string& command, const std::str
|
|||
&& RULE.find("monitor") != 0
|
||||
&& RULE != "nofocus"
|
||||
&& RULE != "noblur"
|
||||
&& RULE != "center"
|
||||
&& RULE != "fullscreen"
|
||||
&& RULE.find("animation") != 0
|
||||
&& RULE.find("rounding") != 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue