add wezterm potential kitty replacement

This commit is contained in:
Noah Masur
2024-06-16 18:02:10 -06:00
parent a4c9813341
commit f0b9bfc0a7
6 changed files with 133 additions and 4 deletions

View File

@ -56,7 +56,7 @@ function obj:init()
-- Launcher shortcuts
self.launcher:bind("ctrl", "space", function() end)
self.launcher:bind("", "return", function()
self:switch("@kitty@")
self:switch("@wezterm@")
end)
self.launcher:bind("", "C", function()
self:switch("Calendar.app")