From 4134edfc38b87067c776adc10959fedd30fd7192 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 26 Jul 2020 20:10:29 -0400 Subject: [PATCH] Startup Application - Remove extra empty line from autostart_blocking.sh - Add PulseAudio volume control as startup application --- autostart.sh | 5 +++++ autostart_blocking.sh | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/autostart.sh b/autostart.sh index 59fc47d..94ed315 100755 --- a/autostart.sh +++ b/autostart.sh @@ -17,3 +17,8 @@ do rclone --vfs-cache-mode writes mount "$i": "$local_path" & done +############################ +# System Tray Applications # +############################ +# PulseAudio volume control +volctl diff --git a/autostart_blocking.sh b/autostart_blocking.sh index 8fa9f8c..bc115e8 100755 --- a/autostart_blocking.sh +++ b/autostart_blocking.sh @@ -8,4 +8,3 @@ nitrogen --restore & # Blue light filter (Farmington Hills, MI) redshift -l 42.48531:-83.37716 & -