mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 11:19:25 +01:00
bash/usr-local-bin: add teams wrapper
This commit is contained in:
parent
03d34d5643
commit
b5b928813a
1
bash/usr-local-bin/.gitignore
vendored
1
bash/usr-local-bin/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
edge
|
||||
libreawoo
|
||||
htop-foot
|
||||
teams
|
||||
|
5
bash/usr-local-bin/microsoft-teams
Executable file
5
bash/usr-local-bin/microsoft-teams
Executable file
@ -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
|
1
bash/usr-local-bin/teams
Symbolic link
1
bash/usr-local-bin/teams
Symbolic link
@ -0,0 +1 @@
|
||||
microsoft-teams
|
Loading…
Reference in New Issue
Block a user