fix ghostty on darwin

This commit is contained in:
Noah Masur
2025-08-23 19:14:06 -04:00
parent 8b3ab57b34
commit 17b30de163
5 changed files with 4 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ function obj:init()
self.launcher:bind("ctrl", "space", function() end)
self.launcher:bind("", "return", function()
-- self:switch("@wezterm@")
self:switch("@ghostty@")
self:switch("/Applications/Ghostty.app")
end)
self.launcher:bind("", "C", function()
self:switch("Calendar.app")