amarullz / windowgestures

GNOME Extension to Manage window with touchpad gestures
https://amarullz.com/
GNU General Public License v2.0
44 stars 6 forks source link

Allow tiling windows left and right instead of moving / resizing on swipe slightly down and then left / right gesture #8

Closed sidevesh closed 9 months ago

sidevesh commented 9 months ago

Adding this just to keep track of things that gnome-gesture-improvements had implemented, honestly I much rather prefer the move / resize window gesture that you have implemented, great work on this @amarullz !

amarullz commented 9 months ago

You can do tiling by simply swipe up then right/left.

It different with Gesture Improvements because it was new implementation & aim into different extension even there is some idea inspired by it

I think swipe up then left/right is more natural than swipe down wait then swipe left/right for tiling.

Also in this implementation, you don't need to wait 150ms from one gesture to another, because it implements differently.

Also in pre3 version, you have alot of new features and configuration that you can change.

sidevesh commented 9 months ago

Woah, didn't know that was there already, thanks!