1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-06-05 22:47:34 +02:00

5 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
set -x
/usr/bin/vivaldi --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@"
set +x