Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. # Use PulseAudio by default
  3. pcm.!default {
  4. type pulse
  5. fallback "sysdefault"
  6. hint {
  7. show on
  8. description "Default ALSA Output (currently PulseAudio Sound Server)"
  9. }
  10. }
  11.  
  12. ctl.!default {
  13. type pulse
  14. fallback "sysdefault"
  15. }
  16.  
  17. # vim:set ft=alsaconf:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement