diff --git a/autostart.sh b/autostart.sh index ef18cae..84b063e 100755 --- a/autostart.sh +++ b/autostart.sh @@ -18,6 +18,9 @@ nm-applet & # Deadd Notification Center deadd-notification-center & +# Redshift +redshift-gtk & + ##################### # Cloud Drive Rsync # ##################### diff --git a/autostart_blocking.sh b/autostart_blocking.sh index bc115e8..08471ba 100755 --- a/autostart_blocking.sh +++ b/autostart_blocking.sh @@ -5,6 +5,3 @@ picom --config ~/.config/picom/picom.conf & # Restore wallpaper nitrogen --restore & - -# Blue light filter (Farmington Hills, MI) -redshift -l 42.48531:-83.37716 &