1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-01-12 21:42:31 +01:00
scripts/bash/usr-local-bin/brave

6 lines
167 B
Plaintext
Raw Normal View History

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