replace wezterm with ghostty while i figure out issues

This commit is contained in:
Noah Masur
2025-03-16 16:22:41 -04:00
parent e0588878b1
commit 4dc9590ff8
5 changed files with 128 additions and 4 deletions

View File

@ -56,11 +56,15 @@ function obj:init()
-- Launcher shortcuts
self.launcher:bind("ctrl", "space", function() end)
self.launcher:bind("", "return", function()
self:switch("@wezterm@")
-- self:switch("@wezterm@")
self:switch("@ghostty@")
end)
self.launcher:bind("", "C", function()
self:switch("Calendar.app")
end)
self.launcher:bind("", "D", function()
self:switch("@discord@")
end)
self.launcher:bind("shift", "D", function()
hs.execute("launchctl remove com.paloaltonetworks.gp.pangps")
hs.execute("launchctl remove com.paloaltonetworks.gp.pangpa")