gjdwebserver-overlay/gnome-base/gdm/files/default.pa

19 lines
328 B
Plaintext
Raw Normal View History

2023-03-29 01:45:15 +02:00
#!/usr/bin/pulseaudio -nF
#
# load system wide configuration
.include /etc/pulse/default.pa
### unload driver modules for Bluetooth hardware
.nofail
.ifexists module-bluetooth-policy.so
unload-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
unload-module module-bluetooth-discover
.endif
.fail