diff options
| author | 2026-05-14 10:58:37 +0100 | |
|---|---|---|
| committer | 2026-05-14 10:58:37 +0100 | |
| commit | 9f640ed5db55594f8618d8809acb42a2d0d643ba (patch) | |
| tree | 3b8cf0eeb3d3dd6f621e9059cbb1563ad5ddb430 /dot_config/systemd/user/teams-xsight.service | |
| parent | 3fc4705b6c711871a920290feef138694e72d29a (diff) | |
| download | dotfiles-9f640ed5db55594f8618d8809acb42a2d0d643ba.tar.gz dotfiles-9f640ed5db55594f8618d8809acb42a2d0d643ba.tar.bz2 dotfiles-9f640ed5db55594f8618d8809acb42a2d0d643ba.zip | |
feat(teams): start units minimized to tray
teams-for-linux --minimized=true makes the app honor systemd autostart
without popping a window on every login (parity with Signal's
--start-in-tray).
Diffstat (limited to 'dot_config/systemd/user/teams-xsight.service')
| -rw-r--r-- | dot_config/systemd/user/teams-xsight.service | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
