mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +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:
|
||||
|
||||
```ini
|
||||
windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$
|
||||
windowrule = noanim, class:^(xwaylandvideobridge)$
|
||||
windowrule = noinitialfocus, class:^(xwaylandvideobridge)$
|
||||
windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$
|
||||
windowrule = noblur, class:^(xwaylandvideobridge)$
|
||||
windowrule = nofocus, class:^(xwaylandvideobridge)$
|
||||
windowrule {
|
||||
name = XWaylandVideoBridge
|
||||
match:class = xwaylandvideobridge
|
||||
|
||||
no_initial_focus = true
|
||||
no_focus = true
|
||||
no_anim = true
|
||||
no_blur = true
|
||||
max_size = 1 1
|
||||
opacity = 0.0
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue