From b5b928813a232aab9dbf57f4292639f5917f2f20 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 19 Mar 2024 06:22:43 +0200 Subject: [PATCH] bash/usr-local-bin: add teams wrapper --- bash/usr-local-bin/.gitignore | 1 + bash/usr-local-bin/microsoft-teams | 5 +++++ bash/usr-local-bin/teams | 1 + 3 files changed, 7 insertions(+) create mode 100755 bash/usr-local-bin/microsoft-teams create mode 120000 bash/usr-local-bin/teams diff --git a/bash/usr-local-bin/.gitignore b/bash/usr-local-bin/.gitignore index ffa1f3d..f1dbd6a 100644 --- a/bash/usr-local-bin/.gitignore +++ b/bash/usr-local-bin/.gitignore @@ -1,3 +1,4 @@ edge libreawoo htop-foot +teams diff --git a/bash/usr-local-bin/microsoft-teams b/bash/usr-local-bin/microsoft-teams new file mode 100755 index 0000000..bace13e --- /dev/null +++ b/bash/usr-local-bin/microsoft-teams @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -x +flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ +set +x diff --git a/bash/usr-local-bin/teams b/bash/usr-local-bin/teams new file mode 120000 index 0000000..f95ce91 --- /dev/null +++ b/bash/usr-local-bin/teams @@ -0,0 +1 @@ +microsoft-teams \ No newline at end of file