mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 11:52:32 +01:00
Compare commits
2 Commits
8e6cf9dad2
...
444f713332
Author | SHA1 | Date | |
---|---|---|---|
444f713332 | |||
3c00fbf3c7 |
@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# To run Microsoft Edge under Wayland
|
||||
# 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
|
||||
|
||||
set -x
|
||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland $@
|
||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user