bash/usr-local-bin: add schildichat-tor

This commit is contained in:
Aminda Suomalainen 2024-01-22 18:40:49 +02:00
parent 6403a735f7
commit cdb2af7b70
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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