bash/usr-local-bin: add brave

This commit is contained in:
Aminda Suomalainen 2022-07-06 11:10:00 +03:00
parent 2cc76529e8
commit 240663085e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 9 additions and 0 deletions

9
bash/usr-local-bin/brave Executable file
View File

@ -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