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 /bin/executable_mpd_others.sh | |
parent | Adopt straight.el (diff) |
Move ~/bin to ~/.local/bin
Diffstat (limited to 'bin/executable_mpd_others.sh')
-rwxr-xr-x | bin/executable_mpd_others.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/executable_mpd_others.sh b/bin/executable_mpd_others.sh deleted file mode 100755 index b27e11e..0000000 --- a/bin/executable_mpd_others.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 |