mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-02 19:09:19 +01:00
mpv: Update config
This commit is contained in:
parent
6036a9821a
commit
947aba84a4
@ -52,11 +52,13 @@ fullscreen=yes
|
|||||||
autofit-larger=90%x90%
|
autofit-larger=90%x90%
|
||||||
|
|
||||||
# Automatically make playlists out of directory files
|
# Automatically make playlists out of directory files
|
||||||
script=/usr/share/mpv/scripts/autoload.lua
|
# script=/usr/share/mpv/scripts/autoload.lua
|
||||||
|
|
||||||
# Don't use titles from the file metadata, since it may be incorrect.
|
# Don't use titles from the file metadata, since it may be incorrect.
|
||||||
title='${filename} - mpv'
|
title='${filename} - mpv'
|
||||||
script-opts='osc-title=${filename}'
|
|
||||||
|
# Don't show OSC when fullscreen
|
||||||
|
script-opts='osc-title=${filename},osc-boxalpha=150,osc-showfullscreen=no,osc-boxvideo=yes'
|
||||||
|
|
||||||
# Use the thumbnail on-screen controller instead of the default one
|
# Use the thumbnail on-screen controller instead of the default one
|
||||||
osc=no
|
osc=no
|
||||||
@ -64,3 +66,11 @@ osc=no
|
|||||||
# Don't show progress when using keyboard to move forward/backward in time
|
# Don't show progress when using keyboard to move forward/backward in time
|
||||||
osd-on-seek=no
|
osd-on-seek=no
|
||||||
osd-bar=no
|
osd-bar=no
|
||||||
|
|
||||||
|
# Make the osd bar more subtle
|
||||||
|
osd-bar-w=30
|
||||||
|
osd-bar-h=0.2
|
||||||
|
osd-duration=750
|
||||||
|
|
||||||
|
# Don't output anything by default
|
||||||
|
really-quiet=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user