From 0c8623b5104427817ef672028e06b6b93420e902 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sun, 13 Nov 2022 01:12:10 +0100 Subject: [PATCH] [music] fix: launch sb-mpdup at startup --- .config/X11/xprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/X11/xprofile b/.config/X11/xprofile index 71069e1..1231896 100644 --- a/.config/X11/xprofile +++ b/.config/X11/xprofile @@ -10,6 +10,7 @@ redshift & dunst &> /dev/null & #temp fix # MPD daemon start (if no other user instance exists) [ ! -s "$XDG_CONFIG_HOME/mpd/pid" ] && mpd +[ -z "$(pgrep -f sb-mpdup)" ] && sb-mpdup & pulsemixer --set-volume 50 sbacklight set 3 & setbg &