fix bug caused by xwaylandvideobridge example configuration (#435)

* fix bug

* get the window out of the way

since we are hacking it, may as well add those lines

* oops
This commit is contained in:
Aqa-Ib 2024-01-10 15:02:41 +01:00 committed by GitHub
parent f7dc3319c8
commit 826077bbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Note that Hyprland currently doesn't support the way it tries to hide the main w
```ini
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
```