From 62b252f570893c154f7edb4dc074006b8337f5c4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 1 Oct 2025 17:51:46 +0100 Subject: [PATCH] chore(hosts/hati): comment out Ghostty and Warp terminal configurations --- hammerspoon/hosts/hati.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index 3eed480..256e285 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -34,11 +34,11 @@ local function init_hotkeys() { 'Code - Insiders', '/Applications/Visual Studio Code - Insiders.app' } ) - -- Use Ghostty as my primary terminal application. - apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Ghostty' }) - apphider:autoHide('Ghostty') -- auto-hide Ghostty when it loses focus + -- -- Use Ghostty as my primary terminal application. + -- apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Ghostty' }) + -- apphider:autoHide('Ghostty') -- auto-hide Ghostty when it loses focus - -- Use Warp as my primary terminal application. + -- -- Use Warp as my primary terminal application. -- apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Warp' }) -- apphider:autoHide('Warp') -- auto-hide Warp when it loses focus end