aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system/start-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'env/.local/bin/system/start-scripts')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index 1c33dae..8fe5653 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -51,21 +51,22 @@ fi
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
if [ -z "$(pgrep vesktop)" ]; then
- sleep 2s
dbus-run-session vesktop & disown
fi
if [ -z "$(pgrep gajim)" ]; then
- sleep 2s
gajim & disown
fi
if [ -z "$(pgrep steam)" ]; then
- sleep 3s
steam & disown
fi
if [ -z "$(pgrep mumble)" ]; then
mumble & disown
fi
+
+ if [ -z "$(pgrep mpd)" ]; then
+ mpd & disown
+ fi
fi