1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-09 00:00:39 +01:00

5 lines
187 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -x
/usr/bin/microsoft-edge-beta --ozone-platform=wayland --ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
set +x