From caede3b268acbcb2a07a440a52a676d3c0b3801a Mon Sep 17 00:00:00 2001 From: badmrfrosty <49749436+badmrfrosty@users.noreply.github.com> Date: Sun, 26 May 2019 11:46:26 +0200 Subject: [PATCH] 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 --- .xprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xprofile b/.xprofile index 84bf7c76..3996bdb6 100644 --- a/.xprofile +++ b/.xprofile @@ -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 &