mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-05 17:19:21 +01:00
6 lines
185 B
Bash
Executable File
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
|