mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-05 00:59:22 +01:00
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
set -x
|
||
|
/usr/bin/microsoft-edge-beta --ozone-platform=wayland --ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
|
||
|
set +x
|