Redshift Restart Fix

- Add redshift reset mode to autostart
- Move redshift-gtk to system tray application section of autoquit
- Add kill redshift background process to autoquit
This commit is contained in:
Sravan Balaji 2020-09-04 22:24:28 -04:00
parent 10b140adff
commit c959e1cb58
2 changed files with 3 additions and 1 deletions

View File

@ -12,11 +12,12 @@ declare -a applications_array=(\
"nm-applet" \ # Network Manager Applet
"kdeconnect-indi" \ # KDE Connect
"flameshot" \ # Flameshot Screenshot Tool
"redshift-gtk" \ # Redshift Blue Light Filter
# Background Processes
"picom" \ # Picom Compositor
"deadd-notificat" \ # Deadd Notification Center
"greenclip" \ # Greenclip Clipboard Manager
"redshift-gtk" \ # Redshift Blue Light Filter
"redshift" \ # Redshift Blue Light Filter
"polkit-gnome-au" \ # GNOME Polkit Authentication Agent
"slstatus" \ # slstatus status bar
"light-locker" \ # LightDM Locker

View File

@ -19,6 +19,7 @@ declare -a applications_array=(\
"picom --config /home/sravan/.config/picom/picom.conf" \ # Picom Compositor
"deadd-notification-center" \ # Deadd Notification Center
"greenclip daemon" \ # Greenclip Clipboard Manager
"redshift -x" \ # Reset redshift display gamma
"redshift-gtk" \ # Redshift Blue Light Filter
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
"slstatus" \ # slstatus status bar