aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/systemd/user/teams-sii.service3
-rw-r--r--dot_config/systemd/user/teams-xsight.service3
2 files changed, 4 insertions, 2 deletions
diff --git a/dot_config/systemd/user/teams-sii.service b/dot_config/systemd/user/teams-sii.service
index df0453e..92a2bac 100644
--- a/dot_config/systemd/user/teams-sii.service
+++ b/dot_config/systemd/user/teams-sii.service
@@ -12,7 +12,8 @@ ExecStart=/usr/bin/flatpak run com.github.IsmaelMartinez.teams_for_linux \
--class=teams-sii \
--user-data-dir=%h/.var/app/com.github.IsmaelMartinez.teams_for_linux/config/profile-sii \
--appIcon=%h/.local/share/icons/hicolor/256x256/apps/teams-sii.png \
- "--appTitle=Teams — Sii"
+ "--appTitle=Teams — Sii" \
+ --minimized=true
# Both Teams instances share the same flatpak app id, so we can't use
# `flatpak kill <app-id>` in ExecStop (it would also kill the xsight one).
# KillMode=mixed sends SIGTERM to the main process only — teams-for-linux
diff --git a/dot_config/systemd/user/teams-xsight.service b/dot_config/systemd/user/teams-xsight.service
index 478f734..a212196 100644
--- a/dot_config/systemd/user/teams-xsight.service
+++ b/dot_config/systemd/user/teams-xsight.service
@@ -12,7 +12,8 @@ ExecStart=/usr/bin/flatpak run com.github.IsmaelMartinez.teams_for_linux \
--class=teams-xsight \
--user-data-dir=%h/.var/app/com.github.IsmaelMartinez.teams_for_linux/config/profile-xsight \
--appIcon=%h/.local/share/icons/hicolor/256x256/apps/teams-xsight.png \
- "--appTitle=Teams — XSight"
+ "--appTitle=Teams — XSight" \
+ --minimized=true
# Both Teams instances share the same flatpak app id, so we can't use
# `flatpak kill <app-id>` in ExecStop (it would also kill the sii one).
# KillMode=mixed sends SIGTERM to the main process only — teams-for-linux