Added fullscreen rule
This commit is contained in:
parent
29aab21033
commit
78bf88ba60
8 changed files with 35 additions and 16 deletions
|
|
@ -489,6 +489,7 @@ void CConfigManager::handleWindowRule(const std::string& command, const std::str
|
|||
&& RULE.find("monitor") != 0
|
||||
&& RULE != "nofocus"
|
||||
&& RULE != "noblur"
|
||||
&& RULE != "fullscreen"
|
||||
&& RULE.find("animation") != 0
|
||||
&& RULE.find("rounding") != 0
|
||||
&& RULE.find("workspace") != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue