From e8fb840a8acbcdb55518dc60e36776588a421162 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 11 Jun 2025 21:59:22 -0500 Subject: move volume setting to proper place --- dotfiles/system/.config/mpv/input.conf | 1 - dotfiles/system/.config/mpv/mpv.conf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dotfiles/system/.config/mpv/mpv.conf diff --git a/dotfiles/system/.config/mpv/input.conf b/dotfiles/system/.config/mpv/input.conf index 0c3be24..937534c 100644 --- a/dotfiles/system/.config/mpv/input.conf +++ b/dotfiles/system/.config/mpv/input.conf @@ -1,4 +1,3 @@ -volume=50 UP add volume +5 DOWN add volume -5 - add volume -5 diff --git a/dotfiles/system/.config/mpv/mpv.conf b/dotfiles/system/.config/mpv/mpv.conf new file mode 100644 index 0000000..4522e1c --- /dev/null +++ b/dotfiles/system/.config/mpv/mpv.conf @@ -0,0 +1 @@ +volume=50 -- cgit v1.2.3