]> git.wh0rd.org - home.git/blame - .config/mpv/lua-settings/osc.conf
ddnuke: add fdisk+prompt to startup, and rough ETA
[home.git] / .config / mpv / lua-settings / osc.conf
CommitLineData
70aca594
MF
1# See `man mpv`. On Screen Control settings go here.
2# The syntax here is different from the main mpv.conf:
3# - Do not use spaces around the = or quotes around the values.
4
5# Disable the deadzone: Vertical screen space to behave like mouse leaving the
6# window. This way cursor at the top of the screen still shows the progress.
7deadzonesize=0
8
9# How long to keep the OSC visible. (msec)
10hidetimeout=3000
11# Set progress bar fade time. (msec)
12fadeduration=1000
13
14# Use the extended progress bar style (filename/etc...).
15layout=bottombar
16
17# Always show the OSC when the mouse moves.
18minmousemove=0
19
20# Always show the OSC regardless of window mode.
21showwindowed=yes
22showfullscreen=yes
23
24# How tall to make the OSC. Larger means narrower progress bar though.
25scalefullscreen=1.3
26
27# How transparent to make the OSC. 0=opaque to 255=transparent.
28boxalpha=80
29
30# Show remaining time instead of total time.
31timetotal=no