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
This commit is contained in:
2025-10-29 18:23:00 -05:00
parent 2ffa49fe41
commit 4cd0854592
11 changed files with 296 additions and 245 deletions

View File

@@ -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