diff --git a/.hammerspoon/init.lua b/.hammerspoon/init.lua index 603b334..2ae8d91 100644 --- a/.hammerspoon/init.lua +++ b/.hammerspoon/init.lua @@ -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