On 25-06-29 14:54:45, Pocket wrote:
After reboot the volume at login is at 100% and when playing a video also is at 100%. I then need to reset the pavucontrol-qt to an acceptable level.
you can create file in ~/.config/wireplumber/wireplumber.conf.d/ called
99-default-volume.conf and it has following contents
wireplumber.settings = {
device.routes.default-sink-volume = 0.5
}
or you can use wpctl
$ wpctl settings --save device.routes.default-sink-volume 0.5
