From 8f53e82a72a73f69b87dce2e7237d92f8a50f0db Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 10 Apr 2020 14:15:25 +0200 Subject: mpv: autofit to larger screens, keybind for file-loop --- .config/mpv/config | 1 + .config/mpv/input.conf | 2 ++ 2 files changed, 3 insertions(+) (limited to '.config/mpv') diff --git a/.config/mpv/config b/.config/mpv/config index 63c9ce9..9fdf38e 100644 --- a/.config/mpv/config +++ b/.config/mpv/config @@ -3,6 +3,7 @@ # no-input-default-bindings autoload-files=no input-ipc-server=/var/run/user/1000/mpv +autofit-larger=90%x90% # # Video diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index dc59603..99958ba 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -84,6 +84,8 @@ Shift+- add volume -5 > frame-step < frame-back-step +l cycle-values loop-file yes no + # VAPOURSYNTH/FILTER BINDINGS # banding b cycle deband -- cgit 1.4.1