diff options
Diffstat (limited to '.config/mpv/mpv.conf')
| -rw-r--r-- | .config/mpv/mpv.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index a1a32c5..2d3346a 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,10 @@ +# uosc provides seeking & volume indicators (via flash-timeline and flash-volume commands) +# if you decide to use them, you don't need osd-bar +osd-bar=no + +# uosc will draw its own window controls and border if you disable window border +border=no + profile=high-quality vo=gpu-next gpu-api=vulkan |