From 5b66d64d71ff691b1f7cc00a8a33d175aa2a495f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 30 May 2025 11:48:28 -0500 Subject: adding mpv config --- dotfiles/system/.config/mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dotfiles/system/.config/mpv/input.conf (limited to 'dotfiles/system') diff --git a/dotfiles/system/.config/mpv/input.conf b/dotfiles/system/.config/mpv/input.conf new file mode 100644 index 0000000..937534c --- /dev/null +++ b/dotfiles/system/.config/mpv/input.conf @@ -0,0 +1,4 @@ +UP add volume +5 +DOWN add volume -5 +- add volume -5 += add volume 5 -- cgit v1.2.3