1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-11 17:20:37 +01:00

5 lines
154 B
Bash
Executable File

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