diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-15 22:40:34 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-15 22:40:34 +0000 |
commit | a15217a7f95ad21c0c4bf3ceb77b2a85eee98684 (patch) | |
tree | 1996deef1c30a88442f7d9e82e6fdd3430821236 | |
parent | 5f0fbfbf2536f9b05ac36a46339b374e14abcc40 (diff) | |
download | dotfiles-a15217a7f95ad21c0c4bf3ceb77b2a85eee98684.tar.gz dotfiles-a15217a7f95ad21c0c4bf3ceb77b2a85eee98684.tar.bz2 dotfiles-a15217a7f95ad21c0c4bf3ceb77b2a85eee98684.zip |
+mpv config
mpv is my video player of choice, use it for youtube and everything.
-rw-r--r-- | files | 2 | ||||
-rw-r--r-- | mpv/input.conf | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -1 +1 @@ -tmux.conf vimrc zshenv doom.d mpd alacritty.yml ncmpcpp +tmux.conf vimrc zshenv doom.d mpd mpv alacritty.yml ncmpcpp diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..56b0266 --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,7 @@ +l seek 5 +h seek -5 +k seek 60 +j seek -60 +- add volume -5 ++ add volume 5 + |