14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
|
|
# Default to PulseAudio
|
||
|
|
|
||
|
|
pcm.!default {
|
||
|
|
type pulse
|
||
|
|
hint {
|
||
|
|
show on
|
||
|
|
description "Default ALSA Output (currently PulseAudio Sound Server)"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
ctl.!default {
|
||
|
|
type pulse
|
||
|
|
}
|