1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-07-14 02:17:31 +02:00

6 lines
168 B
Bash
Executable File

#!/usr/bin/env bash
set -x
/usr/bin/brave-browser-nightly --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
set +x