diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index 9f115c8..9e04a95 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -26,6 +26,10 @@ exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto - # Mattermost, I fear it's Electron. #exec --no-startup-id flatpak run com.mattermost.Desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations +# Microsoft Teams Electron Wrapper for Linux. Edge has decided to crash on +# right click and I am currently forced to use Teams. +exec --no-startup-id flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations + # Lith, WeeChat Relay client. Sleeping so keyring has time to start first, # otherwise the NextCloud issue of starting too early on SSD happens exec --no-startup-id sleep 15 && flatpak run app.lith.Lith