replace alacritty with kitty on macos

This commit is contained in:
Noah Masur
2022-10-31 14:45:51 -04:00
parent 7bd2125438
commit d7b711ff02
7 changed files with 26 additions and 10 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("Alacritty.app")
self:switch("kitty.app")
end)
self.launcher:bind("", "C", function()
self:switch("Calendar.app")