From 4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 29 Oct 2025 18:23:00 -0500 Subject: Squashed commit of the following: - added private autostart script - removed cmus from backup scripts - separated more req install commands - cava change - i3 and rmpc ricing - added mpd to arch install. removed cmus - added mpv-mpris to autostart --- env/.local/bin/system/start-scripts/autostart.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env/.local/bin/system/start-scripts') diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 8fe5653..4053bce 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -68,5 +68,9 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then if [ -z "$(pgrep mpd)" ]; then mpd & disown + sleep 0.5s + nohup mpd-mpris -host localhost > /dev/null 2> /dev/null < /dev/null & disown fi fi + +[ -f "./autostart-priv.sh" ] && ./autostart-priv.sh -- cgit v1.3