make update key customisable, and change wording on a comment

This commit is contained in:
2023-07-09 21:38:56 -04:00
parent ae1639c8d6
commit b14b797f56

View File

@ -29,6 +29,7 @@ plugins = { -- the plugins you want to load
-- options for eat it
opts = {
bind = 'U',
logging = { -- options for logging
log = true,
logdate = '[%H:%M:%S]:',
@ -36,6 +37,6 @@ opts = {
},
dl = { -- options for dealing with the git repos
dir = '/tmp/mpv-eatit',
powerwash = false, -- if true the tmp dir gets deleted after mpv closes
powerwash = false, -- if true the dl dir gets deleted after mpv closes
}
}