switch from outlook to mail

This commit is contained in:
Noah Masur 2021-11-24 08:24:21 -05:00
parent bd2433c869
commit 3b223a88ca
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ function obj:init()
self.launcher:bind('', 'space', function() hs.hints.windowHints(); self.launcher:exit() end)
self.launcher:bind('', 'return', function() self:switch('Alacritty.app') end)
self.launcher:bind('', 'D', function() self:switch('Discord.app') end)
self.launcher:bind('', 'E', function() self:switch('Microsoft Outlook.app') end)
self.launcher:bind('', 'E', function() self:switch('Mail.app') end)
self.launcher:bind('', 'F', function() self:switch('Firefox.app') end)
self.launcher:bind('', 'G', function() self:switch('Mimestream.app') end)
self.launcher:bind('', 'M', function() self:switch('Messages.app') end)

View File

@ -126,7 +126,6 @@ __dock_item() {
defaults write com.apple.dock persistent-apps -array \
"$(__dock_item /Applications/1Password\ 7.app)" \
"$(__dock_item /Applications/Microsoft\ Outlook.app)" \
"$(__dock_item /Applications/Slack.app)" \
"$(__dock_item /System/Applications/Calendar.app)" \
"$(__dock_item /Applications/Firefox.app)" \