Properly activate redshift!
This commit is contained in:
parent
8461963a77
commit
aa25aa7848
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue