From f19f5df73ac0fdc3efa14649c4b646bcc4de84f4 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 21 Aug 2025 13:21:45 -0400 Subject: Move ~/bin to ~/.local/bin --- dot_local/bin/executable_mpd_others.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 dot_local/bin/executable_mpd_others.sh (limited to 'dot_local/bin/executable_mpd_others.sh') 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 -- cgit v1.2.3