picom: use my-picom branch with spring physics and animation fixes

- Point to my-picom branch (clean merge of spring-physics + animation-fixes PRs)
- Includes: spring physics curve, adaptive settling threshold, position detection fix
- Add suppressions to geometry animation to prevent opacity changes from
  interrupting position/scale animations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 17:20:25 -08:00
parent 5d44ec0aaa
commit 781c3b8297
2 changed files with 14 additions and 6 deletions

View File

@@ -168,15 +168,16 @@ in
};
});
# Using mainline picom with spring physics animation support
# Branch: spring-physics on colonelpanic8/picom
# Using mainline picom with spring physics + animation fixes
# Branch: my-picom on colonelpanic8/picom
# Includes: spring physics curve, adaptive settling threshold, position detection fix
picom = prev.picom.overrideAttrs (old: {
version = "13";
src = prev.fetchFromGitHub {
repo = "picom";
owner = "colonelpanic8";
rev = "spring-physics";
sha256 = "sha256-yyUs8E8K59b1tJkJ0sdTh2hi83Uhw6fIYvBWPx0jEIw=";
rev = "my-picom";
sha256 = "sha256-XeciIK5q6WE9wirWEHdevfGiNzRANudFcRcRhouWTFE=";
};
doCheck = false;
dontCheck = true;