Add nofullscreen to windowrules (#1107)

* feat: add windowrule to prevent fullscreen
This commit is contained in:
Dashie 2022-11-26 21:44:40 +01:00 committed by GitHub
parent 0db75852f3
commit e2f3f5fe63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View file

@ -731,6 +731,7 @@ bool windowRuleValid(const std::string& RULE) {
&& RULE != "opaque"
&& RULE != "forceinput"
&& RULE != "fullscreen"
&& RULE != "nofullscreenrequest"
&& RULE != "pin"
&& RULE != "noanim"
&& RULE != "windowdance"