mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 11:19:25 +01:00
bash/usr-local-bin: add schildichat-tor
This commit is contained in:
parent
6403a735f7
commit
cdb2af7b70
7
bash/usr-local-bin/schildichat-tor
Executable file
7
bash/usr-local-bin/schildichat-tor
Executable 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
|
Loading…
Reference in New Issue
Block a user