Created
August 18, 2022 12:51
-
-
Save cuu/c0bf713c818f6b7e5cc442e2878a0bc7 to your computer and use it in GitHub Desktop.
devterm a06 /etc/pulse/default.pa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/pulseaudio -nF | |
.fail | |
load-module module-device-restore | |
load-module module-stream-restore | |
load-module module-card-restore | |
load-module module-augment-properties | |
load-module module-switch-on-port-available | |
.ifexists module-switch-on-connect.so | |
load-module module-switch-on-connect | |
.endif | |
load-module module-alsa-sink device=default | |
load-module module-alsa-source device=default | |
.ifexists module-jackdbus-detect.so | |
.nofail | |
load-module module-jackdbus-detect channels=2 | |
.fail | |
.endif | |
.ifexists module-bluetooth-policy.so | |
load-module module-bluetooth-policy | |
.endif | |
.ifexists module-bluetooth-discover.so | |
load-module module-bluetooth-discover | |
.endif | |
.ifexists module-esound-protocol-unix.so | |
load-module module-esound-protocol-unix | |
.endif | |
load-module module-native-protocol-unix | |
.ifexists module-gsettings.so | |
.nofail | |
load-module module-gsettings | |
.fail | |
.endif | |
load-module module-default-device-restore | |
load-module module-always-sink | |
load-module module-intended-roles | |
load-module module-suspend-on-idle | |
.ifexists module-console-kit.so | |
load-module module-console-kit | |
.endif | |
.ifexists module-systemd-login.so | |
load-module module-systemd-login | |
.endif | |
load-module module-position-event-sounds | |
load-module module-role-cork | |
.ifexists module-snap-policy.so | |
load-module module-snap-policy | |
.endif | |
load-module module-filter-heuristics | |
load-module module-filter-apply | |
.nofail | |
.include /etc/pulse/default.pa.d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment