diff --git a/bash/usr-local-bin/microsoft-edge b/bash/usr-local-bin/microsoft-edge new file mode 100755 index 0000000..00a36bd --- /dev/null +++ b/bash/usr-local-bin/microsoft-edge @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +# To run Microsoft Edge under Wayland + +set -x +/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@ +set +x