mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-22 10:14:05 +01:00
bash/usr-local-bin: add microsoft-edge
This commit is contained in:
parent
506690b77c
commit
c7ac32c85b
7
bash/usr-local-bin/microsoft-edge
Executable file
7
bash/usr-local-bin/microsoft-edge
Executable 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
|
Loading…
Reference in New Issue
Block a user