fix: ghostty breaking zellij and hammerspoon launching

This commit is contained in:
Noah Masur
2026-07-05 18:30:23 -06:00
parent 3f3cf65c77
commit a175acd0ad
3 changed files with 4 additions and 3 deletions
@@ -57,7 +57,7 @@ function obj:init()
self.launcher:bind("ctrl", "space", function() end)
self.launcher:bind("", "return", function()
-- self:switch("@wezterm@")
self:switch("/Applications/Ghostty.app")
self:switch("@ghostty@")
end)
self.launcher:bind("", "C", function()
self:switch("Calendar.app")