From 447fdfaf5a78ffd1accdd347b981e3c217cb8d77 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 18 Aug 2012 14:37:00 +0200 Subject: [PATCH] mplayer/config: Disable the mouse. --- mplayer/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mplayer/config b/mplayer/config index 88f24a2..f538186 100644 --- a/mplayer/config +++ b/mplayer/config @@ -39,4 +39,8 @@ slang=en,de # Disable LIRC as I don't use it. Prevents a warning on startup. nolirc=yes +# Disable the mouse, no need for it. Prevents accidental skipping with the +# touchpad (scroll wheel) for example. +nomouseinput=yes + # vim: ft=mplayerconf -- 2.44.1