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