diff options
author | Ryan Kavanagh <rak@rak.ac> | 2025-08-21 13:21:45 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2025-08-21 13:21:45 -0400 |
commit | f19f5df73ac0fdc3efa14649c4b646bcc4de84f4 (patch) | |
tree | c323a796deb32800dd3dc054fe778f1787d3f953 /dot_local/bin/executable_mpd_others.sh | |
parent | Adopt straight.el (diff) |
Move ~/bin to ~/.local/bin
Diffstat (limited to 'dot_local/bin/executable_mpd_others.sh')
-rwxr-xr-x | dot_local/bin/executable_mpd_others.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_local/bin/executable_mpd_others.sh b/dot_local/bin/executable_mpd_others.sh new file mode 100755 index 0000000..b27e11e --- /dev/null +++ b/dot_local/bin/executable_mpd_others.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +systemctl --user start pulseaudio.socket +systemctl --user start pulseaudio.service +mpc disable "DigiHug USB Audio" +mpc enable "My Pulse Output" +pacmd load-module module-udev-detect +${HOME}/bin/do_dac.sh |