mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
disable discord and music macos shortcuts
This commit is contained in:
parent
5970555572
commit
b089ec4668
@ -62,15 +62,9 @@ function obj:init()
|
||||
self.launcher:bind("", "C", function()
|
||||
self:switch("Calendar.app")
|
||||
end)
|
||||
self.launcher:bind("", "D", function()
|
||||
self:switch("@discord@")
|
||||
end)
|
||||
self.launcher:bind("", "E", function()
|
||||
self:switch("Mail.app")
|
||||
end)
|
||||
self.launcher:bind("", "U", function()
|
||||
self:switch("Music.app")
|
||||
end)
|
||||
self.launcher:bind("", "F", function()
|
||||
self:switch("@firefox@")
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user