Add nofullscreen to windowrules (#1107)
* feat: add windowrule to prevent fullscreen
This commit is contained in:
parent
0db75852f3
commit
e2f3f5fe63
3 changed files with 10 additions and 4 deletions
|
|
@ -731,6 +731,7 @@ bool windowRuleValid(const std::string& RULE) {
|
|||
&& RULE != "opaque"
|
||||
&& RULE != "forceinput"
|
||||
&& RULE != "fullscreen"
|
||||
&& RULE != "nofullscreenrequest"
|
||||
&& RULE != "pin"
|
||||
&& RULE != "noanim"
|
||||
&& RULE != "windowdance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue