From b14b797f5629bbf9da935e4b09832e32a69f9a13 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 9 Jul 2023 21:38:56 -0400 Subject: make update key customisable, and change wording on a comment --- eatit-cfg.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eatit-cfg.lua b/eatit-cfg.lua index 6c2fac3..7d3eb76 100644 --- a/eatit-cfg.lua +++ b/eatit-cfg.lua @@ -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 } } -- cgit v1.2.1