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 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 12:32:27 -08:00
parent baf8b17098
commit ff90c0ab3f

View File

@@ -176,7 +176,7 @@ in
repo = "picom"; repo = "picom";
owner = "colonelpanic8"; owner = "colonelpanic8";
rev = "spring-physics"; rev = "spring-physics";
sha256 = "sha256-sN15PffeRV6x+K2XjCxx2bIh0ujb/C1GAGTUuo2wPL4="; sha256 = "sha256-yyUs8E8K59b1tJkJ0sdTh2hi83Uhw6fIYvBWPx0jEIw=";
}; };
doCheck = false; doCheck = false;
dontCheck = true; dontCheck = true;