scripts/bash/usr-local-bin/microsoft-teams

6 lines
162 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