mpd and mpdupdate don't work at startup

sleep 5 is probably terrible but it works. mpdupdate does not work without a delay between mpd and mpdupdate
This commit is contained in:
badmrfrosty 2019-05-26 11:46:26 +02:00 committed by GitHub
parent 6792ec9d15
commit caede3b268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,5 @@ xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications
mpdupdate &
mpd &
sleep 5; mpdupdate &