Add hammerspoon role

This commit is contained in:
2025-11-06 20:56:06 +00:00
parent 7823cfb683
commit e633da1e7c
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
hs.hotkey.bind({'alt', 'cmd'}, 'B', function()
hs.application.launchOrFocus('Firefox')
end)
hs.hotkey.bind({'alt', 'cmd'}, 'T', function()
hs.application.launchOrFocus('kitty')
end)
hs.hotkey.bind({'alt', 'cmd'}, 'F', function()
hs.application.launchOrFocus('Ferdium')
end)
pcall(function()
require('local')
end)