diff --git a/bash/usr-local-bin/brave b/bash/usr-local-bin/brave index de79df3..e9ca983 100755 --- a/bash/usr-local-bin/brave +++ b/bash/usr-local-bin/brave @@ -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 diff --git a/bash/usr-local-bin/deltachat b/bash/usr-local-bin/deltachat index f393b74..a130638 100755 --- a/bash/usr-local-bin/deltachat +++ b/bash/usr-local-bin/deltachat @@ -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 diff --git a/bash/usr-local-bin/microsoft-edge b/bash/usr-local-bin/microsoft-edge index 499476e..32a66ad 100755 --- a/bash/usr-local-bin/microsoft-edge +++ b/bash/usr-local-bin/microsoft-edge @@ -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 diff --git a/bash/usr-local-bin/steam b/bash/usr-local-bin/steam index 6e5a990..6a7eea7 100755 --- a/bash/usr-local-bin/steam +++ b/bash/usr-local-bin/steam @@ -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