this repo has no description

hammerspoon: still finding the right positions

seth.computer ff821782 9ee2008c

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