mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-27 04:34:13 +01:00
Compare commits
No commits in common. "444f713332e131883477f9ba5f188c26e5dac202" and "8e6cf9dad215774d019e9e063248529d789b8160" have entirely different histories.
444f713332
...
8e6cf9dad2
@ -1,9 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# To run Microsoft Edge under Wayland with Mullvad proxy
|
# To run Microsoft Edge under Wayland
|
||||||
# Wireguard: --proxy-server=socks5://10.64.0.1
|
|
||||||
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1
|
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user