diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-09-27 15:53:19 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-09-27 15:53:19 -0400 |
commit | aba3bf542dde5e7df9014c829b8f0894dfebebc3 (patch) | |
tree | 231263ff77191ca1bb16ff84e9f99e8e937c26a4 /bin/mpd_others.sh | |
parent | Pulse (diff) |
Added scripts for managing audio
Diffstat (limited to 'bin/mpd_others.sh')
-rwxr-xr-x | bin/mpd_others.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/mpd_others.sh b/bin/mpd_others.sh new file mode 100755 index 0000000..28fb5e9 --- /dev/null +++ b/bin/mpd_others.sh @@ -0,0 +1,4 @@ +#!/bin/sh +mpc disable "DigiHug USB Audio" +mpc enable "My Pulse Output" +pacmd load-module module-udev-detect |