diff options
Diffstat (limited to 'files/.config/mpv/script-opts/uosc.conf')
| -rw-r--r-- | files/.config/mpv/script-opts/uosc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/.config/mpv/script-opts/uosc.conf b/files/.config/mpv/script-opts/uosc.conf index 9666f70..af15b4b 100644 --- a/files/.config/mpv/script-opts/uosc.conf +++ b/files/.config/mpv/script-opts/uosc.conf @@ -123,7 +123,7 @@ top_bar_size=40 top_bar_size_fullscreen=46 top_bar_controls=no # Can be: `no` (hide), `yes` (inherit title from mpv.conf), or a custom template string -top_bar_title=no +top_bar_title=yes # Template string to enable alternative top bar title. If alt title matches main title, # it'll be hidden. Tip: use `${media-title}` for main, and `${filename}` for alt title. top_bar_alt_title= @@ -141,7 +141,7 @@ window_border_opacity=0.8 # If there's no playlist and file ends, load next file in the directory # Requires `keep-open=yes` in `mpv.conf`. -autoload=no +autoload=yes # What types to accept as next item when autoloading or requesting to play next file # Can be: video, audio, image, subtitle autoload_types=video,audio,image |
