From e8387652876633b4acf1449cda78ec49d939b569 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 8 Mar 2024 09:31:52 +0000 Subject: [PATCH] Add Teams config --- docs/TeamsLinux.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/TeamsLinux.txt diff --git a/docs/TeamsLinux.txt b/docs/TeamsLinux.txt new file mode 100644 index 0000000..8bd0955 --- /dev/null +++ b/docs/TeamsLinux.txt @@ -0,0 +1,18 @@ +Teams for Linux Flatpak +======================= + +Use Flatseal to set the following: + + socket=fallback-x11: OFF + + device=all: ON + +Create the file +"~/.var/app/com.github.IsmaelMartinez.teams_for_linux/config/teams-for-linux/config.json" +with the following content: + + { + "closeAppOnCross": true + } + +This will close Teams when the × button is pressed.