Remove mouse acceleration on desktop
parent
0303d50ebb
commit
ae721547a3
|
@ -34,9 +34,6 @@ exec --no-startup-id catia
|
||||||
# automate port mapping for applications
|
# automate port mapping for applications
|
||||||
exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
|
exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
|
||||||
|
|
||||||
# set mouse acceleration
|
|
||||||
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
|
# Start ALSA/Jack bridge for RODE mic
|
||||||
exec_always --no-startup-id zita-a2j -d hw:Mini -j Rode -c 1
|
exec_always --no-startup-id zita-a2j -d hw:Mini -j Rode -c 1
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ mumble:output_1
|
||||||
.*:Mumble/in-1
|
.*:Mumble/in-1
|
||||||
|
|
||||||
# Microphone
|
# Microphone
|
||||||
.*?:capture_1
|
.*?:capture_1$
|
||||||
.*?:AudioCallback.*?in_0$
|
.*?:AudioCallback.*?in_0$
|
||||||
.*?:capture_1$
|
.*?:capture_1$
|
||||||
.*?:in_1$
|
.*?:in_1$
|
||||||
|
|
Loading…
Reference in New Issue