fix: fix the way `mpd` is launched at startup

This commit is contained in:
David JULIEN 2021-02-13 17:12:58 +01:00
parent ff12f64348
commit 6b320e6249
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
xss-lock -- slock & xss-lock -- slock &
redshift & redshift &
dunst -follow mouse &> /dev/null & #temp fix dunst -follow mouse &> /dev/null & #temp fix
mpd & # MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd
amixer set Master 50% amixer set Master 50%
sbacklight set 3 & sbacklight set 3 &
bat_notify & bat_notify &