diff options
-rw-r--r-- | .asoundrc | 33 | ||||
-rwxr-xr-x | Makefile | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/.asoundrc b/.asoundrc new file mode 100644 index 0000000..f2639ec --- /dev/null +++ b/.asoundrc @@ -0,0 +1,33 @@ +# pcm.jackplug { +# type plug +# slave { pcm "jack" } +# } +# +# pcm.jack { +# type jack +# playback_ports { +# 0 system:playback_1 +# 1 system:playback_2 +# } +# capture_ports { +# 0 system:capture_1 +# 1 system:capture_2 +# } +# } +# + + +pcm.pulse { + type pulse +} + +ctl.pulse { + type pulse +} + +pcm.!default { + type pulse +} +ctl.!default { + type pulse +} @@ -34,6 +34,7 @@ GPG_FILES = \ GLOBAL_FILES = \ .Xdefaults \ .Xsession \ + .asoundrc \ .beetsconfig \ .config/nitrogen/ \ .cmus/ \ |