summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2024-02-23 11:52:16 +0100
committerAhmed Abdelhalim <[email protected]>2024-02-23 11:52:16 +0100
commit74737749e450beb51ce7beda0162d85c0931a726 (patch)
tree3b7f229ef2a0e1822ef8153f3920de09c0201229
parent0d842c7756f0185bd40f689f6a97dd2323a822f3 (diff)
Update appid method and add new teams to amethyst
-rw-r--r--.amethyst.yml1
-rw-r--r--.bash_profile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.amethyst.yml b/.amethyst.yml
index 21bdcd1..98a6477 100644
--- a/.amethyst.yml
+++ b/.amethyst.yml
@@ -51,6 +51,7 @@ floating:
- com.culturedcode.ThingsMac
- com.microsoft.Outlook
- com.microsoft.teams
+ - com.microsoft.teams2
- com.microsoft.Powerpoint
- chat.rocket
- us.zoom.xos
diff --git a/.bash_profile b/.bash_profile
index e3e2058..474f582 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -49,7 +49,7 @@ alias gpgkill='(
# ==== Functions
# get app ID to add to amethyst (apps have to be running)
function appid {
- lsappinfo info -only bundleid "$@" | cut -d '"' -f4
+ codesign -dr - "$@"
}
# ==== Aliased Directories