update lockfile, remove mimestream

This commit is contained in:
Noah Masur
2023-05-25 08:51:22 -04:00
parent 241b2deb49
commit f391433584
5 changed files with 40 additions and 44 deletions

View File

@ -71,9 +71,6 @@ function obj:init()
self.launcher:bind("", "H", function()
self:switch("Hammerspoon.app")
end)
self.launcher:bind("", "G", function()
self:switch("Mimestream.app")
end)
self.launcher:bind("", "M", function()
self:switch("Messages.app")
end)