diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 64cc00d..dbc5323 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -11,7 +11,6 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mail' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Emacs', '/Applications/Emacs.app' }) - apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Google Chrome' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'Discord PTB' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Obsidian' }, { 'Notion' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' })