Bindings and rules

This commit is contained in:
Alexander Gehrke 2023-10-27 11:11:35 +02:00
parent 81cba76bde
commit dcf3a84ba8
7 changed files with 40 additions and 55 deletions

View file

@ -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()