1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-06-26 00:57:21 +02:00

8 lines
213 B
Bash
Executable File

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