scripts/bash/usr-local-bin/microsoft-edge

11 lines
354 B
Plaintext
Raw Normal View History

2022-04-15 09:10:42 +02:00
#!/usr/bin/env bash
# To run Microsoft Edge under Wayland
# with Mullvad proxy
# Wireguard: --proxy-server=socks5://10.64.0.1
# OpenVPN: --proxy-server=socks5://10.8.0.1
2022-04-15 09:10:42 +02:00
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode $@
2022-04-15 09:10:42 +02:00
set +x