Virt

Results 68 comments of Virt

Can any of you still reproduce these crashes on 0.49.0 or latest -git?

Great, let's just hope it's gone for good. I'll close this then. Please reopen if the issue surfaces again.

True, that's actually a really cool idea. Thanks for the suggestion!

keypresses with modifiers do not work on my end, they just behave as if they were pressed without the modifier key. seems to affect all modifiers (ctrl, alt, shift, altgr)...

I see, it would be fun to combine stuff with `stretch`. But as it currently stands this is not really done that easily with the current plugin architecture. I might...

weeelll, the architecture mentioned here is already the "refactored" one, but I'll see about it

This is pretty much what I was thinking. The current `SModeResult` is just the result of incremental growth and should be a transformation matrix as you pointed out. In the...

> I don't know if there is already some good implementation we could use or rather implement our own matrix "library". Hyprland already uses its own [matrix implementation from hyprutils](https://github.com/hyprwm/hyprutils/blob/main/include/hyprutils/math/Mat3x3.hpp),...

> Our condition would be that the cursor has a scale greater than 1 in any axis-direction, right? Weeell that's how it is currently done. Kind-of. As soon as the...

> What I kinda mean by that is that I might want to do some work here just because it seems like a fun side project to have, and I've...