aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-19 15:16:09 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-19 15:16:09 +0100
commit4caae06edf4dec9496f7c282684e63bf4519eb4f (patch)
treed8d0462f35b0161320eb9f8498cfbc4678e976d7 /dot_config
parent40563230031c0992b48ce3a32d2a2516a370c47a (diff)
downloaddotfiles-4caae06edf4dec9496f7c282684e63bf4519eb4f.tar.gz
dotfiles-4caae06edf4dec9496f7c282684e63bf4519eb4f.tar.bz2
dotfiles-4caae06edf4dec9496f7c282684e63bf4519eb4f.zip
feat(mimeapps): make teams-for-linux (xsight profile) default for msteams://
Both teams-sii.desktop and teams-xsight.desktop already advertise `MimeType=x-scheme-handler/msteams;` so they were registered as candidates, but mimeapps.list didn't pick a default and clicking an msteams:// link did nothing useful. Pin the xsight profile as the default; the sii profile is still available via `xdg-open` chooser / direct launch.
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/mimeapps.list2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/mimeapps.list b/dot_config/mimeapps.list
index d8cbd87..1bacc77 100644
--- a/dot_config/mimeapps.list
+++ b/dot_config/mimeapps.list
@@ -93,6 +93,7 @@ x-scheme-handler/webcal=org.mozilla.Thunderbird.desktop
text/calendar=org.mozilla.Thunderbird.desktop
application/x-extension-ics=org.mozilla.Thunderbird.desktop
x-scheme-handler/webcals=org.mozilla.Thunderbird.desktop
+x-scheme-handler/msteams=teams-xsight.desktop
[Added Associations]
x-scheme-handler/http=io.gitlab.librewolf-community.desktop;
@@ -109,3 +110,4 @@ x-scheme-handler/mailto=org.mozilla.Thunderbird.desktop;
x-scheme-handler/mid=org.mozilla.Thunderbird.desktop;
x-scheme-handler/webcal=org.mozilla.Thunderbird.desktop;
x-scheme-handler/webcals=org.mozilla.Thunderbird.desktop;
+x-scheme-handler/msteams=teams-xsight.desktop;