Does not work with BetterSnapTool
@iamDecode,
This is an amazing app and brings back a lot of nostalgia. Kudos to the dev for making it!
However, when enabled, it does not work with BetterSnapTool which snaps windows to the edges of the screen to maximize them. Would a fix be possible?
Cheers!
Ah, this must be because resizing is disabled during dragging interactions. This used to not be a problem, but with so many new resize interactions nowadays we can't get away with this. In 0fd02e17aa6d1c467f517f6c30a7fd7afc6fe6bb I've updated the logic to instead abort all wobbling during resize events. This fixes the macOS Sequoia window tiling, I expect BetterSnapTool to also work now (but can't test, haven't bought the app). Check out 0.0.4 :)
Thank you so much for working on this, @iamDecode! However, releases 0.0.3 and 0.0.4 does not enable the jelly effect at all on MacOS Ventura 13.7.4.
Oh yea, my bad, I wanted to adopt the CADisplayLink api, and that requires increasing the deployment target to 10.14 (Sonoma) and higher. I'm afraid 0.0.3 onwards wont work on Ventura. It may be possible to cherry pick the changes from 0fd02e17aa6d1c467f517f6c30a7fd7afc6fe6bb onto 0.0.2 and compile yourself
Gothca. It makes sense given how old Ventura is now. I'll give it a try. Thanks again!