diff options
| author | awy <awy@awy.one> | 2025-11-03 01:58:03 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-03 01:58:03 +0300 |
| commit | 98e78e0cfb73cb5faed3fc1ed0d8c32c39636407 (patch) | |
| tree | f33b8aece7506ffc0b116ad7c812e18d0db675af /.config/mpv/mpv.conf | |
| parent | 8ec578520e5544b9a56ab7df8e3b8b40f2376c40 (diff) | |
| download | hyprdots-98e78e0cfb73cb5faed3fc1ed0d8c32c39636407.tar.gz | |
uosc
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 |