Compare commits

...

2 Commits

Author SHA1 Message Date
21958b9ba0 Merge branch 'master' of git.awful.club:jowj/chd 2020-06-16 10:04:30 -05:00
d20a2456b7 Add Zoom to the switcher. 2020-06-16 10:02:46 -05:00

View File

@ -92,7 +92,8 @@ appCuts = {
r = 'Riot',
s = 'Safari',
t = 'iTerm',
c = 'Google Chrome'
c = 'Google Chrome',
z = 'Zoom.us'
}
modalHotKey = dofile(os.getenv("HOME") .. "/.config/hammerspoon/modalHotKey.lua")