From 84e7d4fb007549490e5b307109dd9d248c6b18c6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 Feb 2023 13:38:30 +0200 Subject: [PATCH] bash/usr-local-bin/brave: update launch flags --- bash/usr-local-bin/brave | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/brave b/bash/usr-local-bin/brave index e9ca983..ca37572 100755 --- a/bash/usr-local-bin/brave +++ b/bash/usr-local-bin/brave @@ -6,5 +6,5 @@ # OpenVPN: --proxy-server=socks5://10.8.0.1 set -x -/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode $@ +/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,VaapiVideoDecoder,VaapiIgnoreDriverChecks,BraveVerticalTabs,EncryptedClientHello,UseDnsHttpsSvcbAlpn,WebContentsForceDark --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