fix hammerspoon keybindings

main
Steffen Rademacker 1 month ago
parent 261bd6ddda
commit 9c1f253e3d

@ -151,8 +151,7 @@ end)
-- Direct app navigation
hotkey.bind(hyper, 'a', function() app.launchOrFocus('WezTerm') end)
hotkey.bind(hyper, 's', function() app.launchOrFocus('Firefox') end)
hotkey.bind(hyper, 'd', function() app.launchOrFocus('ForkLift') end)
hotkey.bind(hyper, 's', function() app.launchOrFocus('Zen Browser') end)
hotkey.bind(hyper, 'g', function() launchApps() end)
-- Moving windows around / navigating windows

Loading…
Cancel
Save