Logarithmic volume control only through ALSA master

master
Quentin Duchemin 2022-07-13 13:57:55 +02:00
parent 830b4bc9d5
commit 8230991f4e
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 6 additions and 3 deletions

View File

@ -37,6 +37,10 @@ exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
# Start ALSA/Jack bridge for RODE mic
exec_always --no-startup-id zita-a2j -d hw:Mini -j Rode -c 1
# Set front and headphones to 100%, let master alone change with bindsyms
exec --no-startup-id amixer -D hw:PCH -M sset Front 100%
exec --no-startup-id amixer -D hw:PCH -M sset Headphone 100%
##################################
# BINDINGS FOR STARTING PROGRAMS
##################################

View File

@ -14,9 +14,6 @@ speaker-soundcard = hw:PCH
headphone-soundcard = hw:PCH
master-mixer = Master
speaker-mixer = Front
;mapped = true
format-volume = <ramp-volume> <label-volume>
label-muted = 🔇 muted
@ -28,3 +25,5 @@ ramp-volume-2 = 🔊
ramp-headphones-0 = 
ramp-headphones-1 = 
interval = 3