✨ feat(portal): screensharing with xwindows now possible
using xwaylandvideobridge-cursor-mode-2-git helped getting xwayland windows to show up on discord
This commit is contained in:
parent
80b1ebad05
commit
b717fd00a4
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# variables
|
||||
# Variables
|
||||
config=$HOME/.config/hypr
|
||||
scripts=$config/scripts
|
||||
|
||||
|
@ -52,5 +52,6 @@ aw-watcher-afk &
|
|||
#Launch autostart apps
|
||||
dex -a -s ~/.config/autostart/ & # Easyeffects, Spotify, Discord and Thunderbird
|
||||
|
||||
# Other
|
||||
# Screen sharing and portals
|
||||
$scripts/launch_portals &
|
||||
xwaylandvideobridge &
|
||||
|
|
|
@ -55,3 +55,7 @@ windowrule = float, keyb-kitty
|
|||
windowrule = center 1, keyb-kitty
|
||||
windowrule = size 35% 80%, keyb-kitty
|
||||
windowrule = size 30% 85%,^(pavucontrol)$
|
||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
|
|
Loading…
Add table
Reference in a new issue