rxhanson / Multitouch-Community

Issue and feature request tracking for the Multitouch app
https://multitouch.app
38 stars 0 forks source link

What is the interaction between Rectangle and Multitouch #180

Open jsynacek opened 11 months ago

jsynacek commented 11 months ago

Hello! First of all, awesome apps! I have both of them installed and I'm wondering. What are the differences between the window management done by Rectangle and Multitouch and how do they interact with one another? Will they both work correctly if running at the same time?

rxhanson commented 11 months ago

Thanks! For the most part, everything that's in Rectangle is in Multitouch, except Rectangle has a UI for the snap areas configuration and I haven't ported that over to Multitouch. There is no conflict in using them both together, as long as you don't have identical settings between the two set. As in, you could leave the window management in Multitouch disabled and just use Rectangle. The window management options for gestures in Multitouch don't rely on the Rectangle app, as all of the underlying code from Rectangle exists in Multitouch. Let me know if things are still unclear.

jsynacek commented 10 months ago

Everything is clear now, thank you!