1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-06-10 09:07:20 +02:00

6 lines
164 B
Bash
Executable File

#!/usr/bin/env bash
set -x
flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
set +x