this repo has no description

hammerspoon: moving some app shortcuts around

seth.computer 1496bd46 e5e4c85a

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