dotfiles/talon/user/community/apps/teams/teams.py

10 lines
152 B
Python

from talon import Module
mod = Module()
apps = mod.apps
apps.microsoft_teams = """
os: linux
and app.name: /teams/
os: linux
and app.name: /Teams/
"""