diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:21:53 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:21:53 -0500 |
commit | 6588ec29bb5b1b2f557a140b29ede6918b13827e (patch) | |
tree | d27c409bd040c06407d22a72f2f3517d0b1e6f43 /.asoundrc | |
parent | Cleanup zshrc (diff) |
more renames
Diffstat (limited to '.asoundrc')
-rw-r--r-- | .asoundrc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.asoundrc b/.asoundrc deleted file mode 100644 index f2639ec..0000000 --- a/.asoundrc +++ /dev/null @@ -1,33 +0,0 @@ -# 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 -} |