5e562fdbc6
Automatically switch to a connected USB or Bluetooth audio device and duck the main volume when a notification is received.
7 lines
338 B
Text
7 lines
338 B
Text
.include /etc/pulse/default.pa
|
|
|
|
# duck volume of audio streams when notification or accessibility sounds are played
|
|
load-module module-role-ducking trigger_roles=event,a11y ducking_roles=no_role,music,video,game global=true
|
|
|
|
# automatically switch default source/sink to a new device (Bluetooth, USB)
|
|
load-module module-switch-on-connect
|