mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-30 11:43:15 +00:00
add music switcher
This commit is contained in:
@@ -70,6 +70,9 @@ function obj:init()
|
|||||||
self.launcher:bind("", "E", function()
|
self.launcher:bind("", "E", function()
|
||||||
self:switch("Mail.app")
|
self:switch("Mail.app")
|
||||||
end)
|
end)
|
||||||
|
self.launcher:bind("", "U", function()
|
||||||
|
self:switch("Music.app")
|
||||||
|
end)
|
||||||
self.launcher:bind("", "F", function()
|
self.launcher:bind("", "F", function()
|
||||||
self:switch("Firefox.app")
|
self:switch("Firefox.app")
|
||||||
end)
|
end)
|
||||||
|
Reference in New Issue
Block a user