From 166aed6e80f902ce232c0f5e9b76eceef69a714b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 17 Mar 2020 18:29:08 +0000 Subject: [PATCH] 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. --- configs/.config/nixpkgs/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/.config/nixpkgs/home.nix b/configs/.config/nixpkgs/home.nix index 15008bd41..2011381ab 100644 --- a/configs/.config/nixpkgs/home.nix +++ b/configs/.config/nixpkgs/home.nix @@ -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.