this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hammerspoon: you already know

+5 -5
+5 -5
hammerspoon/init.lua
··· 1 1 local appBindings = { 2 2 ["1"] = "Firefox", 3 3 ["2"] = "Ghostty", 4 - ["3"] = "Spotify", 5 - ["4"] = "Messages", 6 - ["5"] = "Mail", 4 + ["3"] = "Slack", 5 + ["4"] = "Discord", 6 + ["5"] = "Messages", 7 7 ["6"] = "Zoom.us", 8 - ["7"] = "Discord", 9 - ["8"] = "Slack", 8 + ["7"] = "Mail", 9 + ["8"] = "Spotify", 10 10 ["9"] = "Todoist", 11 11 ["0"] = "Obsidian", 12 12 }