Compare commits

..

No commits in common. "4fbda842fd62b697299386bfe9eead482c6aded3" and "506690b77c7efb2eacdcd49e87f0167549a6fe63" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -8,6 +8,5 @@ set -x
#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
# Flatpak is preferred for Element not having official Fedora repositories
# and at the time of writing being unmaintained in upstream suggested repo.
# Also workaround my electron curse
flatpak run im.riot.Riot --disable-gpu --proxy-server=socks5://127.0.0.1:9050 $@
flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 $@
set +x

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
# To run Microsoft Edge under Wayland
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@
set +x