diff options
author | joe <rbo@gmx.us> | 2025-10-04 22:24:59 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-04 22:24:59 +0200 |
commit | 8b04d8e1e9034cea9e0e2e0492f011622913cdca (patch) | |
tree | 420645988bb6cb8b99fe1539486bc322995bf349 | |
parent | up (diff) | |
download | dotfiles-bsd-8b04d8e1e9034cea9e0e2e0492f011622913cdca.tar.gz dotfiles-bsd-8b04d8e1e9034cea9e0e2e0492f011622913cdca.tar.bz2 dotfiles-bsd-8b04d8e1e9034cea9e0e2e0492f011622913cdca.tar.xz dotfiles-bsd-8b04d8e1e9034cea9e0e2e0492f011622913cdca.tar.zst dotfiles-bsd-8b04d8e1e9034cea9e0e2e0492f011622913cdca.zip |
-rw-r--r-- | .config/mpv/input.conf | 1 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index ac8da77..aea926c 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -3,6 +3,7 @@ h seek -5 j seek -60 k seek 60 S cycle sub +K cycle sub Ctrl+f script-binding quality_menu/video_formats_toggle #! Stream Quality > Video Alt+f script-binding quality_menu/audio_formats_toggle #! Stream Quality > Audio Ctrl+r script-binding reload/reload diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 749a32a..1412e5e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,5 @@ # video-sync=display-resample -vo=gpu +vo=gpu-next osc=yes cache=yes demuxer-max-bytes=4GiB |