mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
chore(hammerspoon/noct): add commented out setup for Wrap as main terminal app
This commit is contained in:
@@ -34,6 +34,10 @@ local function init_hotkeys()
|
||||
{ '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
|
||||
|
||||
-- Use Ghostty as my primary terminal application.
|
||||
-- apptoggle:bind({ 'cmd', 'ctrl' }, 'R', { 'Ghostty' })
|
||||
-- apphider:autoHide('Ghostty') -- auto-hide Ghostty when it loses focus
|
||||
|
||||
Reference in New Issue
Block a user