diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 31b3c250..f5479ede 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -107,10 +107,9 @@ hotkey.bind(hyper, 'q', function() layout.apply(layoutSingle) end) hotkey.bind(hyper, 'w', function() layout.apply(layoutDouble) end) -- Direct app navigation --- hotkey D is set in Dash itself hotkey.bind(hyper, 'a', function() app.launchOrFocus('iTerm') end) hotkey.bind(hyper, 's', function() app.launchOrFocus('Firefox') end) -hotkey.bind(hyper, 'f', function() app.launchOrFocus('ForkLift') end) +hotkey.bind(hyper, 'd', function() app.launchOrFocus('ForkLift') end) hotkey.bind(hyper, 'g', function() launchApps() end) -- Moving windows around / navigating windows diff --git a/install/6_software.sh b/install/6_software.sh index b58083d8..73f8eeb0 100755 --- a/install/6_software.sh +++ b/install/6_software.sh @@ -6,7 +6,6 @@ brew tap homebrew/cask-versions brew install --cask 1password brew install --cask alfred brew install --cask carbon-copy-cloner -brew install --cask dash brew install --cask firefox brew install --cask forklift brew install --cask google-chrome