fix: fix the way mpd
is launched at startup
This commit is contained in:
parent
ff12f64348
commit
6b320e6249
@ -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 &
|
||||||
|
Reference in New Issue
Block a user