diff --git a/autostart.sh b/autostart.sh index 74c23c6..6c0bdb1 100755 --- a/autostart.sh +++ b/autostart.sh @@ -6,18 +6,19 @@ # List of applications to run on start declare -a applications_array=(\ # System Tray Applications - "volctl" \ # PulseAudio Volume Control - "nyrna" \ # Nyrna Application Suspend - "blueman-tray" \ # Blueman Bluetooth Manager - "nm-applet" \ # Network Manager Applet - "kdeconnect-indicator" \ # KDE Connect + "volctl" \ # PulseAudio Volume Control + "nyrna" \ # Nyrna Application Suspend + "blueman-tray" \ # Blueman Bluetooth Manager + "nm-applet" \ # Network Manager Applet + "kdeconnect-indicator" \ # KDE Connect # Background Processes - "deadd-notification-center" \ # Deadd Notification Center - "greenclip daemon" \ # Greenclip Clipboard Manager - "redshift-gtk" \ # Redshift Blue Light Filter + "deadd-notification-center" \ # Deadd Notification Center + "greenclip daemon" \ # Greenclip Clipboard Manager + "redshift-gtk" \ # Redshift Blue Light Filter + "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" # GNOME Polkit Authentication Agent # Hardware Driver Applications - "solaar --window=hide" \ # Logitech Mouse Driver - "polychromatic-tray-applet" \ # Razer Keyboard Customization + "solaar --window=hide" \ # Logitech Mouse Driver + "polychromatic-tray-applet" \ # Razer Keyboard Customization ) # Run applications (ignore if they don't exist)