From 01a452877e64f279d8119df21635ffb49cd024b9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Jan 2024 10:32:05 +0200 Subject: [PATCH] bash/usr-local-bin/microsoft-edge: also decrease flags here too --- bash/usr-local-bin/microsoft-edge | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash/usr-local-bin/microsoft-edge b/bash/usr-local-bin/microsoft-edge index 12af40b..b9b0362 100755 --- a/bash/usr-local-bin/microsoft-edge +++ b/bash/usr-local-bin/microsoft-edge @@ -6,6 +6,5 @@ # OpenVPN: --proxy-server=socks5://10.8.0.1 set -x -/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturers,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@ -# --enable-features=VaapiVideoDecoder,VaapiIgnoreDriverCheck -ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers +/usr/bin/microsoft-edge --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ set +x