Autostart Background Fix

- Run autostart programs in background
- Add Nyrna to autostart
- Move system tray startup applications to top of autostart script
This commit is contained in:
Sravan Balaji
2020-07-26 21:14:13 -04:00
parent 4134edfc38
commit d0b1d46ed4

View File

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