Bindings and rules
This commit is contained in:
parent
81cba76bde
commit
dcf3a84ba8
7 changed files with 40 additions and 55 deletions
8
mpd.lua
8
mpd.lua
|
@ -83,13 +83,17 @@ M.prompt.artist = function()
|
|||
dmenu("-a")
|
||||
end
|
||||
|
||||
M.prompt.albumartist = function()
|
||||
dmenu("-A")
|
||||
end
|
||||
|
||||
M.prompt.album = function()
|
||||
dmenu("-a -b")
|
||||
dmenu("-A -b")
|
||||
end
|
||||
|
||||
|
||||
M.prompt.title = function()
|
||||
dmenu("-a -b -t")
|
||||
dmenu("-A -b -t")
|
||||
end
|
||||
|
||||
M.prompt.jump = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue