mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-25 06:00:03 +01:00
Utilities/Screen-Sharing: Updated XWaylandVideoBridge rule to windowrule v3
This commit is contained in:
parent
7d7ae2c0f2
commit
2025ccd03c
1 changed files with 11 additions and 6 deletions
|
|
@ -38,10 +38,15 @@ the same effect. See
|
||||||
more information. For example:
|
more information. For example:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$
|
windowrule {
|
||||||
windowrule = noanim, class:^(xwaylandvideobridge)$
|
name = XWaylandVideoBridge
|
||||||
windowrule = noinitialfocus, class:^(xwaylandvideobridge)$
|
match:class = xwaylandvideobridge
|
||||||
windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$
|
|
||||||
windowrule = noblur, class:^(xwaylandvideobridge)$
|
no_initial_focus = true
|
||||||
windowrule = nofocus, class:^(xwaylandvideobridge)$
|
no_focus = true
|
||||||
|
no_anim = true
|
||||||
|
no_blur = true
|
||||||
|
max_size = 1 1
|
||||||
|
opacity = 0.0
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue