From b3504a9faca19f4f30ecde6b02e4b93c8e4e2db6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 19 Mar 2024 06:24:18 +0200 Subject: [PATCH] sway: autostart teams --- conf/sway/config.d/autostart-communication.conf | 4 ++++ 1 file changed, 4 insertions(+) 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