From be2f1c0d20175753775479d3e718ea4a98b4838d Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Thu, 1 Oct 2020 21:50:39 -0400 Subject: fixed redshift autostart command --- .config/autostart/redshift.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/autostart') diff --git a/.config/autostart/redshift.desktop b/.config/autostart/redshift.desktop index 1887433..1579fb8 100644 --- a/.config/autostart/redshift.desktop +++ b/.config/autostart/redshift.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Exec=/usr/bin/redshift -l 34:84 -t 5500:4000 +Exec=/bin/sh -c '/usr/bin/redshift -l 34:84 -t 5500:4400' Hidden=false X-GNOME-Autostart-enabled=true Name=redshift -- cgit 1.4.1