From ff90c0ab3f9ec9fec247919e5ebaa1980e10ba8a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 2 Feb 2026 12:32:27 -0800 Subject: [PATCH] picom: update hash for settling threshold fix Increases settling threshold to 1.0 pixel to more aggressively stop the spring animation when visually settled, preventing sub-pixel jitter at the tail end. Co-Authored-By: Claude Opus 4.5 --- nixos/overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/overlay.nix b/nixos/overlay.nix index 46189ea4..f6ba74f0 100644 --- a/nixos/overlay.nix +++ b/nixos/overlay.nix @@ -176,7 +176,7 @@ in repo = "picom"; owner = "colonelpanic8"; rev = "spring-physics"; - sha256 = "sha256-sN15PffeRV6x+K2XjCxx2bIh0ujb/C1GAGTUuo2wPL4="; + sha256 = "sha256-yyUs8E8K59b1tJkJ0sdTh2hi83Uhw6fIYvBWPx0jEIw="; }; doCheck = false; dontCheck = true;