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

6 lines
185 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,WebContentsForceDark "$@"
set +x