Skip to content

Commit

Permalink
Default to Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jawang35 committed Jun 13, 2020
1 parent 84e7bf3 commit 9858d6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .config/brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ brew 'z'
cask 'docker'
cask 'dozer'
cask 'font-saucecodepro-nerd-font'
cask 'google-chrome'
cask 'hammerspoon'
cask 'brave-browser-nightly'
cask 'karabiner-elements'
Expand Down
2 changes: 1 addition & 1 deletion .hammerspoon/applications.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local function applications(hyper)
end

hs.hotkey.bind(hyper, '`', function () launch('Kitty') end)
hs.hotkey.bind(hyper, '1', function () launch('Brave Browser Nightly') end)
hs.hotkey.bind(hyper, '1', function () launch('Google Chrome') end)

applicationModal:bind('', 'escape', function () applicationModal:exit() end)
applicationModal:bind(hyper, 'm', function () launch('Messages') end)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following application shortcuts are used:
| Keys | Application |
|:------------------------------:| ------------- |
| <kbd>Hyper</kbd>+<kbd>\`</kbd> | Kitty |
| <kbd>Hyper</kbd>+<kbd>1</kbd> | Brave Browser |
| <kbd>Hyper</kbd>+<kbd>1</kbd> | Google Chrome |

#### Application Mode

Expand Down

0 comments on commit 9858d6b

Please sign in to comment.