]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - mpv/mpv.conf
mpv/mpv.conf: disable on screen controller
[config/dotfiles.git] / mpv / mpv.conf
index 4bcd4a4790a112c848c513f042d6d3582cc3ea89..5f3bfcd264a797a296f59d8039b7bac884a35ee7 100644 (file)
@@ -43,5 +43,14 @@ 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
+
+# Disable "on screen controller". I use the keyboard only.
+osc=no
 
 # vim: ft=mplayerconf