Add windowrules for noblur and noshadow (#884)
This commit is contained in:
parent
1ccb0b5f96
commit
ca2d2db0ef
5 changed files with 12 additions and 1 deletions
|
|
@ -753,6 +753,8 @@ bool windowRuleValid(const std::string& RULE) {
|
|||
&& RULE.find("monitor") != 0
|
||||
&& RULE != "nofocus"
|
||||
&& RULE != "noblur"
|
||||
&& RULE != "noshadow"
|
||||
&& RULE != "noborder"
|
||||
&& RULE != "center"
|
||||
&& RULE != "opaque"
|
||||
&& RULE != "forceinput"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue