fix: screen sharing
This commit is contained in:
parent
284f242e72
commit
37a059613f
2 changed files with 14 additions and 0 deletions
|
@ -47,3 +47,13 @@ wl-paste -w cliphist store &
|
|||
|
||||
# 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"' &
|
||||
|
||||
#
|
||||
# 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…
Add table
Add a link
Reference in a new issue