diff --git a/bash/usr-local-bin/schildichat-tor b/bash/usr-local-bin/schildichat-tor new file mode 100755 index 0000000..aa0312f --- /dev/null +++ b/bash/usr-local-bin/schildichat-tor @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +set -x +# proxy authentication is not supported +# https://github.com/vector-im/element-web/issues/3320 +flatpak run chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@ +set +x