Properly activate redshift!

This commit is contained in:
Daniel Flanagan 2017-05-05 01:28:48 -05:00
parent 8461963a77
commit aa25aa7848
2 changed files with 4 additions and 4 deletions

View file

@ -22,10 +22,6 @@ fi
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
if command -v redshift >/dev/null 2>&1; then
redshift &
fi
pulseaudio --start &
# fire up wm

View file

@ -28,6 +28,10 @@ if command -v xss-lock >/dev/null 2>&1; then
fi
fi
if command -v redshift >/dev/null 2>&1; then
redshift &
fi
if [ -d "/usr/lib/nvidia" ]; then
export LD_LIBRARY_PATH=/usr/lib/nvidia
fi