Update autostart

This commit is contained in:
2018-08-16 07:25:01 +02:00
parent d51aa282db
commit 02f81ca150
12 changed files with 35 additions and 29 deletions

View File

@@ -4,6 +4,6 @@
redshift_lat_long="49.5:11"
redshift_colortemp="6000:3300"
printf '%s' "starting redshift-gtk" >>"$LOGFILE"
redshift-gtk -b 1 -l "$redshift_lat_long" -t "$redshift_colortemp" & &>> "$LOGFILE"
printf '%s' "starting redshift-gtk"
redshift-gtk -b 1 -l "$redshift_lat_long" -t "$redshift_colortemp" &
printf '%s' $! > "$RUNDIR"/redshift.${XDG_SESSION_ID}.pid