bash/usr-local-bin/microsoft-edge: add WebRTCPipeWireCapturer to enabled features

Required for screensharing in WebRTC calls?
This commit is contained in:
Aminda Suomalainen 2022-04-16 15:55:10 +03:00
parent 3b73ca7e69
commit 1dbc60c2bc
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
# To run Microsoft Edge under Wayland
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland $@
set +x