diff options
| author | 2026-05-13 13:43:41 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:41 +0100 | |
| commit | 4aa9886065ac8d47044dafcafec17eccc005ec53 (patch) | |
| tree | 8cd063bd79e5b1a0771703fcbe9eefdf04ab2fc0 /dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop | |
| parent | fa081c7a7dbe0ab3660f6f6d7860b5a815370c5d (diff) | |
| download | dotfiles-4aa9886065ac8d47044dafcafec17eccc005ec53.tar.gz dotfiles-4aa9886065ac8d47044dafcafec17eccc005ec53.tar.bz2 dotfiles-4aa9886065ac8d47044dafcafec17eccc005ec53.zip | |
feat(teams): add Sii + XSight Teams-for-Linux profile launchers
Two flatpak-tailored .desktop entries that run separate isolated instances
of teams-for-linux via --class / --user-data-dir / --appTitle. Profile
data lives under $HOME/.var/app/<id>/config/profile-{sii,xsight}/ which
is always sandbox-writable.
The upstream flatpak .desktop is shadowed by an XDG_DATA_HOME entry of
the same basename with NoDisplay=Hidden=true so only the two profile
launchers appear in fuzzel.
Diffstat (limited to 'dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop')
| -rw-r--r-- | dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop b/dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop new file mode 100644 index 0000000..1f2c6e9 --- /dev/null +++ b/dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Teams for Linux (default — hidden) +NoDisplay=true +Hidden=true |
