fix: screen sharing
This commit is contained in:
parent
284f242e72
commit
37a059613f
|
@ -273,6 +273,10 @@
|
||||||
|
|
||||||
# Window rules
|
# Window rules
|
||||||
windowrulev2 = float,class:(steam) # Make sure all Steam windows float
|
windowrulev2 = float,class:(steam) # Make sure all Steam windows float
|
||||||
|
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||||
|
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||||
|
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||||
|
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugin:hyprfocus {
|
plugin:hyprfocus {
|
||||||
|
|
|
@ -47,3 +47,13 @@ wl-paste -w cliphist store &
|
||||||
|
|
||||||
# Need this to be able to paste in xwayland applications.
|
# Need this to be able to paste in xwayland applications.
|
||||||
wl-paste -t text -w sh -c 'v=$(cat); cmp -s <(xclip -selection clipboard -o) <<< "$v" || xclip -selection clipboard <<< "$v"' &
|
wl-paste -t text -w sh -c 'v=$(cat); cmp -s <(xclip -selection clipboard -o) <<< "$v" || xclip -selection clipboard <<< "$v"' &
|
||||||
|
|
||||||
|
#
|
||||||
|
# Start xwaylandvideobridge
|
||||||
|
#
|
||||||
|
xwaylandvideobridge &
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure xdg-desktop-portal-hyprland has access to what it needs
|
||||||
|
#
|
||||||
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||||
|
|
Loading…
Reference in a new issue