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:
parent
10b140adff
commit
c959e1cb58
@ -12,11 +12,12 @@ declare -a applications_array=(\
|
|||||||
"nm-applet" \ # Network Manager Applet
|
"nm-applet" \ # Network Manager Applet
|
||||||
"kdeconnect-indi" \ # KDE Connect
|
"kdeconnect-indi" \ # KDE Connect
|
||||||
"flameshot" \ # Flameshot Screenshot Tool
|
"flameshot" \ # Flameshot Screenshot Tool
|
||||||
|
"redshift-gtk" \ # Redshift Blue Light Filter
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"picom" \ # Picom Compositor
|
"picom" \ # Picom Compositor
|
||||||
"deadd-notificat" \ # Deadd Notification Center
|
"deadd-notificat" \ # Deadd Notification Center
|
||||||
"greenclip" \ # Greenclip Clipboard Manager
|
"greenclip" \ # Greenclip Clipboard Manager
|
||||||
"redshift-gtk" \ # Redshift Blue Light Filter
|
"redshift" \ # Redshift Blue Light Filter
|
||||||
"polkit-gnome-au" \ # GNOME Polkit Authentication Agent
|
"polkit-gnome-au" \ # GNOME Polkit Authentication Agent
|
||||||
"slstatus" \ # slstatus status bar
|
"slstatus" \ # slstatus status bar
|
||||||
"light-locker" \ # LightDM Locker
|
"light-locker" \ # LightDM Locker
|
||||||
|
@ -19,6 +19,7 @@ declare -a applications_array=(\
|
|||||||
"picom --config /home/sravan/.config/picom/picom.conf" \ # Picom Compositor
|
"picom --config /home/sravan/.config/picom/picom.conf" \ # Picom Compositor
|
||||||
"deadd-notification-center" \ # Deadd Notification Center
|
"deadd-notification-center" \ # Deadd Notification Center
|
||||||
"greenclip daemon" \ # Greenclip Clipboard Manager
|
"greenclip daemon" \ # Greenclip Clipboard Manager
|
||||||
|
"redshift -x" \ # Reset redshift display gamma
|
||||||
"redshift-gtk" \ # Redshift Blue Light Filter
|
"redshift-gtk" \ # Redshift Blue Light Filter
|
||||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
||||||
"slstatus" \ # slstatus status bar
|
"slstatus" \ # slstatus status bar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user