From e0adf03d40403b87d106161c1f805a65bcb34738 Mon Sep 17 00:00:00 2001 From: cyl0 <83499175+cyl0@users.noreply.github.com> Date: Sat, 12 Feb 2022 23:51:27 +0800 Subject: [PATCH] Adjust Defaults Reduced default value of minmousemove to 1 --- mordenx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mordenx.lua b/mordenx.lua index bb75352..c4c5cfa 100644 --- a/mordenx.lua +++ b/mordenx.lua @@ -26,7 +26,7 @@ local user_opts = { -- mouse movement. enforced non-negative for the -- user, but internally negative is 'always-on'. fadeduration = 250, -- duration of fade out in ms, 0 = no fade - minmousemove = 2, -- minimum amount of pixels the mouse has to + minmousemove = 1, -- minimum amount of pixels the mouse has to -- move between ticks to make the OSC show up iamaprogrammer = false, -- use native mpv values and disable OSC -- internal track list management (and some