1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-04-02 05:47:12 +02:00

6 lines
190 B
Bash
Executable File

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