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

6 lines
168 B
Plaintext
Raw Normal View History

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