mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
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:
parent
f7dc3319c8
commit
826077bbcc
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ Note that Hyprland currently doesn't support the way it tries to hide the main w
|
||||||
```ini
|
```ini
|
||||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
|
||||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||||
|
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
|
||||||
|
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue