From 6fcc5013e9ecd33575f52e49c91c9299becf6738 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 27 Sep 2025 05:34:49 +0100 Subject: [PATCH] feat(hosts/noct): add WhatsApp app toggle keybinding --- hammerspoon/hosts/noct.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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