From: Simon Ruderich Date: Sun, 7 Dec 2014 12:36:08 +0000 (+0100) Subject: mpv/mpv.conf: disable mouse and cursor X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=4aea9cf25981e7471f5c33870c112bee754bc615 mpv/mpv.conf: disable mouse and cursor --- diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 4bcd4a4..122c92c 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -43,5 +43,11 @@ sub-text-margin-y=30 # Disable LIRC as I don't use it. input-lirc=no +# Disable the mouse as I don't use it. +input-cursor=no + +# Always hide the cursor when playing a movie in fullscreen movie. +cursor-autohide=always +cursor-autohide-fs-only # vim: ft=mplayerconf