Auto start ALSA bridge and bind to RODE mic

master
Quentin Duchemin 2020-05-18 09:19:58 +02:00
parent b443f33530
commit 231821ffe7
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
# set mouse acceleration # set mouse acceleration
exec --no-startup-id xinput set-prop 'pointer:Razer Razer DeathAdder Chroma' --type=float 'libinput Accel Speed' -.4 exec --no-startup-id xinput set-prop 'pointer:Razer Razer DeathAdder Chroma' --type=float 'libinput Accel Speed' -.4
# Start ALSA/Jack bridge for RODE mic
exec_always --no-startup-id zita-a2j -d hw:Mini -j Rode -c 1
################################## ##################################
# BINDINGS FOR STARTING PROGRAMS # BINDINGS FOR STARTING PROGRAMS
################################## ##################################