Update call to modal hotkey to reflect new location.

master
jowj 4 years ago
parent 262dcebd79
commit 2ba24f870c

@ -95,7 +95,7 @@ appCuts = {
c = 'Google Chrome'
}
modalHotKey = dofile(os.getenv("HOME") .. "/.hammerspoon/modalHotKey.lua")
modalHotKey = dofile(os.getenv("HOME") .. "/.config/hammerspoon/modalHotKey.lua")
appActionTable = {}
for key, app in pairs(appCuts) do
appActionTable[key] = function() hs.application.launchOrFocus(app) end

Loading…
Cancel
Save