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