11 lines
351 B
Plaintext
Raw Normal View History

2022-07-06 11:10:00 +03:00
#!/usr/bin/env bash
# To run Brave under Wayland
# with Mullvad proxy
2022-07-06 11:10:00 +03:00
# 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 $@
2022-07-06 11:10:00 +03:00
set +x