mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-21 05:47:20 +02:00
Compare commits
2 Commits
aade199407
...
cdb2af7b70
Author | SHA1 | Date | |
---|---|---|---|
cdb2af7b70 | |||
6403a735f7 |
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
|
flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@
|
||||||
set +x
|
set +x
|
||||||
|
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…
x
Reference in New Issue
Block a user