Skip to content

Instantly share code, notes, and snippets.

@alexblackie
Created March 18, 2016 05:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexblackie/d7c7ebf6528ae9a8bf24 to your computer and use it in GitHub Desktop.
Save alexblackie/d7c7ebf6528ae9a8bf24 to your computer and use it in GitHub Desktop.
Closest I could get to completely disabling ducking in Pulseaudio on Fedora 23 (GNOME) -- `git diff /etc/pulse/system.pa ~/.config/pulse/system.pa`
diff --git a/etc/pulse/system.pa b/home/alex/.config/pulse/system.pa
index 903aa39..92b10f7 100644
--- a/etc/pulse/system.pa
+++ b/home/alex/.config/pulse/system.pa
@@ -54,3 +54,7 @@ load-module module-suspend-on-idle
### Enable positioned event sounds
load-module module-position-event-sounds
+
+### FUCK YOUR FUCKING DUCKING ###
+load-module module-role-ducking volume=0
+
@dayvonjersen
Copy link

Works like a charm, thanks for this 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment