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

8 lines
184 B
Plaintext
Raw Normal View History

2022-04-15 09:10:42 +02:00
#!/usr/bin/env bash
# To run Microsoft Edge under Wayland
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland $@
2022-04-15 09:10:42 +02:00
set +x