mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-03 16:52:31 +01:00
bash/usr-local-bin/{brave,deltachat,microsoft-edge,steam}: don't require mullvad
This commit is contained in:
parent
351ab22116
commit
3be80f7641
@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# To run Brave under Wayland with Mullvad proxy
|
||||
# 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 $@
|
||||
/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode $@
|
||||
set +x
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# DeltaChat flatpak with easier command and outside of Mullvad VPN.
|
||||
# DeltaChat flatpak with easier command (and outside of Mullvad VPN if configured as).
|
||||
# Gandi.net mail servers don't like Mullvad IPs resulting inability to send
|
||||
# anything.
|
||||
|
||||
@ -11,5 +11,6 @@
|
||||
|
||||
set -x
|
||||
# Having "flatpak run" will make mullvad-exclude lose effect!
|
||||
/usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
||||
#/usr/bin/mullvad-exclude
|
||||
/var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
||||
set +x
|
||||
|
@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# To run Microsoft Edge under Wayland with Mullvad proxy
|
||||
# To run Microsoft Edge 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/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1 $@
|
||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode $@
|
||||
set +x
|
||||
|
@ -2,9 +2,11 @@
|
||||
set -x
|
||||
# So my Steam downloads don't go through the VPN and it won't prompt for
|
||||
# password that often
|
||||
/usr/bin/mullvad-exclude /usr/bin/steam $@
|
||||
#/usr/bin/mullvad-exclude
|
||||
/usr/bin/steam $@
|
||||
# Having "flatpak run" will make mullvad-exclude lose effect!
|
||||
# Additionally I wasn't able to get this to access the usual game library
|
||||
# or keep using compatibility tool (Proton) checked.
|
||||
#/usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@
|
||||
#/usr/bin/mullvad-exclude
|
||||
#/var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user