bash/usr-local-bin: add brave-beta{,-guest}

This commit is contained in:
Aminda Suomalainen 2024-04-15 11:11:47 +03:00
parent 267b39c03a
commit 930c8e019b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 10 additions and 0 deletions

5
bash/usr-local-bin/brave-beta Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
/usr/bin/brave-browser-beta --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
set +x

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
brave-beta --guest "$@"
set +x