]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
mpv/mpv.conf: disable mouse and cursor
authorSimon Ruderich <simon@ruderich.org>
Sun, 7 Dec 2014 12:36:08 +0000 (13:36 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 7 Dec 2014 12:36:08 +0000 (13:36 +0100)
mpv/mpv.conf

index 4bcd4a4790a112c848c513f042d6d3582cc3ea89..122c92c2d07b041c00ba771f5db9296c730de7f7 100644 (file)
@@ -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