diff --git a/mpd.lua b/mpd.lua index c228268..b81cc01 100644 --- a/mpd.lua +++ b/mpd.lua @@ -30,7 +30,7 @@ end local function dmenu(opts) log.spawn("dmpc -h " .. settings.host .. " -p " .. settings.port .. " " .. - (clear_before and "-r" or "-R") .. " " .. opts) + (settings.replace_on_search and "-r" or "-R") .. " " .. opts) end local function notify(stext)