add zed to darwin launcher

This commit is contained in:
Noah Masur
2025-05-08 16:22:36 -04:00
parent aa6c91b65c
commit 515859d22d
2 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,9 @@ function obj:init()
self.launcher:bind("", "Z", function()
self:switch("zoom.us.app")
end)
self.launcher:bind("shift", "Z", function()
self:switch("@zed@")
end)
end
function obj:switch(app)