From a15217a7f95ad21c0c4bf3ceb77b2a85eee98684 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sat, 15 Feb 2020 22:40:34 +0000 Subject: +mpv config mpv is my video player of choice, use it for youtube and everything. --- files | 2 +- mpv/input.conf | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 mpv/input.conf diff --git a/files b/files index 49a7fad..0f02279 100644 --- a/files +++ b/files @@ -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 + -- cgit v1.2.3-13-gbd6f