make update key customisable, and change wording on a comment
This commit is contained in:
@ -29,6 +29,7 @@ plugins = { -- the plugins you want to load
|
|||||||
|
|
||||||
-- options for eat it
|
-- options for eat it
|
||||||
opts = {
|
opts = {
|
||||||
|
bind = 'U',
|
||||||
logging = { -- options for logging
|
logging = { -- options for logging
|
||||||
log = true,
|
log = true,
|
||||||
logdate = '[%H:%M:%S]:',
|
logdate = '[%H:%M:%S]:',
|
||||||
@ -36,6 +37,6 @@ opts = {
|
|||||||
},
|
},
|
||||||
dl = { -- options for dealing with the git repos
|
dl = { -- options for dealing with the git repos
|
||||||
dir = '/tmp/mpv-eatit',
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user