1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-07-12 01:07:21 +02:00
2022-04-16 15:55:10 +03:00

8 lines
184 B
Bash
Executable File

#!/usr/bin/env bash
# To run Microsoft Edge under Wayland
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland $@
set +x