From 46eb729cb0fee5dbc5721f6c73783ed38a0290ff Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:18:00 +0530 Subject: [PATCH] Added PipeWire configuration to disable hardware volume --- .../wireplumber.conf.d/80-bluez-properties.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/wireplumber/wireplumber.conf.d/80-bluez-properties.conf diff --git a/.config/wireplumber/wireplumber.conf.d/80-bluez-properties.conf b/.config/wireplumber/wireplumber.conf.d/80-bluez-properties.conf new file mode 100644 index 0000000..541fe68 --- /dev/null +++ b/.config/wireplumber/wireplumber.conf.d/80-bluez-properties.conf @@ -0,0 +1,7 @@ +monitor.bluez.properties = { + # Keep the software volume (set using a combination of keys) separate from + # the hardware volume (set using the buttons on a Bluetooth device). This + # affords fine-grained volume control; without that, it is painfully loud at + # all levels. + bluez5.enable-hw-volume = false +}