diff options
Diffstat (limited to '.config/mpv')
| -rw-r--r-- | .config/mpv/input.conf | 7 | ||||
| -rw-r--r-- | .config/mpv/mpv.conf | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..e0de762 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,7 @@ +l seek 5 +h seek -5 +j seek -60 +k seek 60 +S cycle sub +ALT+j add sub-scale -0.1 +ALT+k add sub-scale +0.1 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..ff66aed --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1 @@ +save-position-on-quit |
