From 1dbc60c2bcbeff7e1566b6747c015f51fc0b4135 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 16 Apr 2022 15:55:10 +0300 Subject: [PATCH] bash/usr-local-bin/microsoft-edge: add WebRTCPipeWireCapturer to enabled features Required for screensharing in WebRTC calls? --- bash/usr-local-bin/microsoft-edge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/microsoft-edge b/bash/usr-local-bin/microsoft-edge index 00a36bd..3591ac9 100755 --- a/bash/usr-local-bin/microsoft-edge +++ b/bash/usr-local-bin/microsoft-edge @@ -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