mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-30 07:09:22 +01:00
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# To run Microsoft Edge under Wayland
|
||
|
|
||
|
set -x
|
||
|
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@
|
||
|
set +x
|