Update localconf.lua.template, minor documentation
This commit is contained in:
parent
9a43fbf203
commit
ebcf91bfa7
2 changed files with 31 additions and 8 deletions
8
mpd.lua
8
mpd.lua
|
@ -1,10 +1,12 @@
|
|||
-- MPD control and playlist editing
|
||||
-- prompts require dmpc script
|
||||
local M = {}
|
||||
local conf = conf
|
||||
local awful = awful
|
||||
local log = log
|
||||
|
||||
-- local functions
|
||||
local dmenu, mpc_play_search, notify, mpc
|
||||
local dmenu, notify, mpc
|
||||
|
||||
local defaults = {}
|
||||
local settings = {}
|
||||
|
@ -82,10 +84,6 @@ M.prompt.toggle_replace_on_search = function()
|
|||
).. " the playlist")
|
||||
end
|
||||
|
||||
function mpc_play_search(s)
|
||||
notify("Found " .. (s) .. " matches");
|
||||
end
|
||||
|
||||
-- }}}
|
||||
|
||||
-- {{{ notify wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue