bash/usr-local-bin: add vivaldi for using with wayland

This commit is contained in:
Aminda Suomalainen 2023-05-08 20:52:44 +03:00
parent 1024a99ef9
commit 8e9ce1d17a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

4
bash/usr-local-bin/vivaldi Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -x
/usr/bin/vivaldi --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturers,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@
set +x