From d0b1d46ed435497429ba23ad5cb782b1a792fe35 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 26 Jul 2020 21:14:13 -0400 Subject: [PATCH] Autostart Background Fix - Run autostart programs in background - Add Nyrna to autostart - Move system tray startup applications to top of autostart script --- autostart.sh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/autostart.sh b/autostart.sh index 94ed315..7fc4bc3 100755 --- a/autostart.sh +++ b/autostart.sh @@ -1,5 +1,17 @@ #!/bin/bash +############################ +# System Tray Applications # +############################ +# PulseAudio volume control +volctl & + +# Nyrna +nyrna & + +##################### +# Cloud Drive Rsync # +##################### # Local cloud storage directory local_clone_dir="$HOME/Cloud" @@ -16,9 +28,3 @@ do mkdir -p "$local_path" rclone --vfs-cache-mode writes mount "$i": "$local_path" & done - -############################ -# System Tray Applications # -############################ -# PulseAudio volume control -volctl