mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-14 12:39:23 +01:00
5 lines
206 B
Bash
Executable File
5 lines
206 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
/usr/bin/vivaldi --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturers,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@
|
|
set +x
|