diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-10 14:15:25 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-10 14:15:25 +0200 |
| commit | 8f53e82a72a73f69b87dce2e7237d92f8a50f0db (patch) | |
| tree | 45ace97ac686d6699a062714bd7993a90af3491a /.config/mpv | |
| parent | 8f91b8218b4af445da07903cc804adb032949f3b (diff) | |
mpv: autofit to larger screens, keybind for file-loop
Diffstat (limited to '.config/mpv')
| -rw-r--r-- | .config/mpv/config | 1 | ||||
| -rw-r--r-- | .config/mpv/input.conf | 2 |
2 files changed, 3 insertions, 0 deletions
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 |