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:
parent
862c695900
commit
166aed6e80
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue