Skip to content

Commit

Permalink
fix bug caused by xwaylandvideobridge example configuration (#435)
Browse files Browse the repository at this point in the history
* fix bug

* get the window out of the way

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

* oops
  • Loading branch information
Aqa-Ib authored Jan 10, 2024
1 parent f7dc331 commit 826077b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/Useful Utilities/Screen-Sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)$
```

0 comments on commit 826077b

Please sign in to comment.