diff --git a/bash/usr-local-bin/brave b/bash/usr-local-bin/brave new file mode 100755 index 0000000..de79df3 --- /dev/null +++ b/bash/usr-local-bin/brave @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +# To run Brave under Wayland with Mullvad proxy +# Wireguard: --proxy-server=socks5://10.64.0.1 +# 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 --proxy-server=socks5://10.64.0.1 $@ +set +x