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:
18
autostart.sh
18
autostart.sh
@@ -1,5 +1,17 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
############################
|
||||||
|
# System Tray Applications #
|
||||||
|
############################
|
||||||
|
# PulseAudio volume control
|
||||||
|
volctl &
|
||||||
|
|
||||||
|
# Nyrna
|
||||||
|
nyrna &
|
||||||
|
|
||||||
|
#####################
|
||||||
|
# Cloud Drive Rsync #
|
||||||
|
#####################
|
||||||
# Local cloud storage directory
|
# Local cloud storage directory
|
||||||
local_clone_dir="$HOME/Cloud"
|
local_clone_dir="$HOME/Cloud"
|
||||||
|
|
||||||
@@ -16,9 +28,3 @@ do
|
|||||||
mkdir -p "$local_path"
|
mkdir -p "$local_path"
|
||||||
rclone --vfs-cache-mode writes mount "$i": "$local_path" &
|
rclone --vfs-cache-mode writes mount "$i": "$local_path" &
|
||||||
done
|
done
|
||||||
|
|
||||||
############################
|
|
||||||
# System Tray Applications #
|
|
||||||
############################
|
|
||||||
# PulseAudio volume control
|
|
||||||
volctl
|
|
||||||
|
Reference in New Issue
Block a user