From 4aea9cf25981e7471f5c33870c112bee754bc615 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 7 Dec 2014 13:36:08 +0100 Subject: [PATCH] mpv/mpv.conf: disable mouse and cursor --- mpv/mpv.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.44.1