this repo has no description
0
fork

Configure Feed

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

hammerspoon: shuffling

+5 -4
+4 -4
hammerspoon/init.lua
··· 1 1 local appBindings = { 2 - ["1"] = "Ghostty", 3 - ["2"] = "Helium", 2 + ["1"] = "Helium", 3 + ["2"] = "Ghostty", 4 4 ["3"] = "Slack", 5 5 ["4"] = "Mail", 6 6 ["5"] = "Messages", 7 7 ["6"] = "Zoom.us", 8 8 ["8"] = "Spotify", 9 - ["9"] = "Todoist", 10 - ["0"] = "Obsidian", 9 + ["9"] = "Obsidian", 10 + ["0"] = "Todoist", 11 11 } 12 12 13 13 for key, app in pairs(appBindings) do
+1
mise/config.toml
··· 6 6 rust = "latest" 7 7 helm = "latest" 8 8 kubectl = "latest" 9 + pnpm = "latest"