horriblename / hyprgrass

hyprland plugin for touch gestures
BSD 3-Clause "New" or "Revised" License
268 stars 11 forks source link

[Question] 3 finger drag/select? #99

Closed zahidkizmaz closed 6 months ago

zahidkizmaz commented 6 months ago

Hello! Thank you so much for creating this amazing open-source plugin!

I've been experimenting with it, and I wanted to add MacOS like three-finger select/drag functionality. Is that possible with this plugin? If so, Is there any documentation showing that how can it be done?

Thank you!

horriblename commented 6 months ago

not sure what that is, send me a video or something?

zahidkizmaz commented 6 months ago

not sure what that is, send me a video or something?

Sure thing, I found an example video: https://www.youtube.com/watch?v=40hGD-wU32A

I find this very useful for selecting text.

horriblename commented 6 months ago

hmm might be possible if I add custom mouse binds

lemme try something and I'll get back to you

horriblename commented 6 months ago

custom mouse binds were harder to implement than I thought, but even if we have that, my current API doesn't really allow for what you want.

If you want, it would probably be easier to just write a separate plugin at this point.

zahidkizmaz commented 6 months ago

custom mouse binds were harder to implement than I thought, but even if we have that, my current API doesn't really allow for what you want.

If you want, it would probably be easier to just write a separate plugin at this point.

Thank you for trying and the effort.