Skip to content

Commit

Permalink
add reload util
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Mar 27, 2024
1 parent 0cba203 commit 8dccfcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac/.hammerspoon/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ local function getLaunchFocusOrHideAndSwitchBackFn(bundleid)
end

local actions = {
["/reload"] = hs.reload,
["/chrome"] = getLaunchFocusOrHideAndSwitchBackFn("com.google.Chrome"),
["/spotify"] = getLaunchFocusOrHideAndSwitchBackFn("com.spotify.client"),
["/zoom"] = getLaunchFocusOrHideAndSwitchBackFn("us.zoom.xos"),
Expand Down

0 comments on commit 8dccfcd

Please sign in to comment.