diff --git a/etc/pulse/default.pa b/etc/pulse/default.pa index a6e9c86..9d28b1c 100644 --- a/etc/pulse/default.pa +++ b/etc/pulse/default.pa @@ -14,16 +14,16 @@ load-module module-native-protocol-unix # Restore volume load-module module-volume-restore +.ifexists module-x11-publish.so + # Publish to X11 so the clients know how to connect to Pulse. Will + # clear itself on unload. + load-module module-x11-publish +.endif + .nofail # Suspend on idle load-module module-suspend-on-idle # Filters... will we ever need them? -load-module module-filter-apply - -.ifexists module-x11-publish.so - # Publish to X11 so the clients know how to connect to Pulse. Will - # clear itself on unload. - load-module module-x11-publish -.endif \ No newline at end of file +load-module module-filter-apply \ No newline at end of file