diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-29 18:23:00 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-29 18:23:00 -0500 |
| commit | 4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 (patch) | |
| tree | 65d274bee91cafa7970a6ddb8f8a5371eb82a0d4 /env/.local/bin/system | |
| parent | 2ffa49fe41faffff406f13378c012c018c764de9 (diff) | |
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
Diffstat (limited to 'env/.local/bin/system')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
