From 2125e0a1c21f6928a90580a4a79f49cbe8f1d9a3 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 28 Oct 2023 15:21:53 +0000 Subject: [PATCH] Add mpv/input.conf to disable touchpad scrolling --- mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mpv/input.conf diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..c5532b7 --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,4 @@ +WHEEL_UP ignore +WHEEL_DOWN ignore +WHEEL_LEFT ignore +WHEEL_RIGHT ignore