mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-06 22:27:21 +02:00
Compare commits
4 Commits
506690b77c
...
4fbda842fd
Author | SHA1 | Date | |
---|---|---|---|
4fbda842fd | |||
6766f3f40e | |||
15aea07101 | |||
c7ac32c85b |
@ -8,5 +8,6 @@ set -x
|
|||||||
#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
|
#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
|
||||||
# Flatpak is preferred for Element not having official Fedora repositories
|
# Flatpak is preferred for Element not having official Fedora repositories
|
||||||
# and at the time of writing being unmaintained in upstream suggested repo.
|
# and at the time of writing being unmaintained in upstream suggested repo.
|
||||||
flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 $@
|
# Also workaround my electron curse
|
||||||
|
flatpak run im.riot.Riot --disable-gpu --proxy-server=socks5://127.0.0.1:9050 $@
|
||||||
set +x
|
set +x
|
||||||
|
7
bash/usr-local-bin/microsoft-edge
Executable file
7
bash/usr-local-bin/microsoft-edge
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# To run Microsoft Edge under Wayland
|
||||||
|
|
||||||
|
set -x
|
||||||
|
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@
|
||||||
|
set +x
|
Loading…
x
Reference in New Issue
Block a user