bash/usr-local-bin: add microsoft-edge

This commit is contained in:
Aminda Suomalainen 2022-04-15 10:10:42 +03:00
parent 506690b77c
commit c7ac32c85b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -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