mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
bash/usr-local-bin: add brave
This commit is contained in:
parent
2cc76529e8
commit
240663085e
9
bash/usr-local-bin/brave
Executable file
9
bash/usr-local-bin/brave
Executable 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
|
Loading…
Reference in New Issue
Block a user