From a7d903df01231cebd32ea7f56d845992d6dd8082 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 3 May 2023 11:47:42 +0300 Subject: [PATCH] bash/usr-local-bin/microsoft-edge: sync flags from Brave --- 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 32a66ad..773f408 100755 --- a/bash/usr-local-bin/microsoft-edge +++ b/bash/usr-local-bin/microsoft-edge @@ -6,5 +6,5 @@ # OpenVPN: --proxy-server=socks5://10.8.0.1 set -x -/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode $@ +/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,VaapiVideoDecoder,VaapiIgnoreDriverChecks,BraveVerticalTabs,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers $@ set +x