Dismissing one notification from a bunch creates weird artifacts/trails #10705
-
Dismissing one notification from a bunch creates a trail. Example: 20250610_203412_null.mp4I did a bisect and found this commit to be bad: commit 595eb89 (HEAD)
src/desktop/WLSurface.cpp | 2 +- Here's how it looks like with commit a815b14 monitor: cleanup and modernize scheduleDone (1 before HEAD): good.mp4Here's the screenrecord on commit: 595eb89 (HEAD) renderer: Fix resize artifacts (stretching, bumps) (#7499) bad.mp4The config used is the autogenerated config, with the only modifications being changing $terminal from kitty to alacritty, and exec-once dunst and alacritty. Dunst config if needed: https://github.com/sudoAlphaX/dotfiles/tree/main/dot-config/dunst/dunstrc Related to: #9903 and #9887. Apparently fixed by #10028 but im currently in version 0.49.0:
Git bisect log for reference: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
expected behavior either enable stretching in hl config or add a 1px padding to your layer of transparent pixels |
Beta Was this translation helpful? Give feedback.
Thank you. Setting
render:expand_undersized_textures
to false achieved what i wanted