From: Simon Ruderich Date: Sat, 18 Aug 2012 12:37:00 +0000 (+0200) Subject: mplayer/config: Disable the mouse. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=447fdfaf5a78ffd1accdd347b981e3c217cb8d77 mplayer/config: Disable the mouse. --- 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