diff --git a/hammerspoon/hosts/noct.lua b/hammerspoon/hosts/noct.lua index 932aa6d..41b5926 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -21,6 +21,7 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'G', { 'Emacs', '/Applications/Emacs.app' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'T', { 'Discord PTB' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'X', { 'Notion' }, { 'Obsidian' }) + apptoggle:bind({ 'cmd', 'ctrl' }, 'W', { 'WhatsApp' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'C', @@ -29,11 +30,6 @@ local function init_hotkeys() { 'Notion Calendar' } ) - apptoggle:bind({ 'cmd', 'ctrl' }, 'W', - { 'Code', '/Applications/Visual Studio Code.app' }, - { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' } - ) - -- -- Use Warp as my primary terminal application. -- apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' }) -- apphider:autoHide('Warp') -- auto-hide Warp when it loses focus