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

6 lines
185 B
Plaintext
Raw Normal View History

2024-03-19 06:22:43 +02:00
#!/usr/bin/env bash
set -x
flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
2024-03-19 06:22:43 +02:00
set +x