diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-09 22:09:07 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-09 22:10:05 +0100 |
commit | d908692da976bf678a88500c67c38d9b6772dbf3 (patch) | |
tree | d6c2780bce9b3764f7d77c621bc222e702ba12c4 /mpv/.config | |
parent | ae3ed4e4faffc83e600d92ee65c292b00544f594 (diff) | |
download | dotfiles-d908692da976bf678a88500c67c38d9b6772dbf3.tar.gz dotfiles-d908692da976bf678a88500c67c38d9b6772dbf3.tar.bz2 dotfiles-d908692da976bf678a88500c67c38d9b6772dbf3.zip |
-removed hard seek binds for mpv
This removes the minute skips in mpv, as I don't use them
Diffstat (limited to 'mpv/.config')
-rw-r--r-- | mpv/.config/mpv/input.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mpv/.config/mpv/input.conf b/mpv/.config/mpv/input.conf index 56b0266..b3ca5ce 100644 --- a/mpv/.config/mpv/input.conf +++ b/mpv/.config/mpv/input.conf @@ -1,7 +1,5 @@ l seek 5 h seek -5 -k seek 60 -j seek -60 - add volume -5 + add volume 5 |