Update localconf.lua.template, minor documentation

This commit is contained in:
crater2150 2014-03-18 13:17:16 +01:00
parent 9a43fbf203
commit ebcf91bfa7
2 changed files with 31 additions and 8 deletions

View file

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