Disable redshift's fading animation

I originally passed the options `[ "-o" "-P" ]` to disable redshift's fading
animation, but what I wanted originally was the `[ "-r" ]` option.
This commit is contained in:
William Carroll 2020-03-17 18:29:08 +00:00
parent 862c695900
commit 166aed6e80

View file

@ -198,6 +198,8 @@ in {
path = "/usr/bin/redshift";
as = "redshift";
};
# Disable the fading animation.
extraOptions = [ "-r" ];
};
# Hide the cursor during X sessions after 1 second.