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