Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Window switcher when switching between windows using horizontal swipes #6

Open
sidevesh opened this issue Oct 11, 2023 · 5 comments

Comments

@sidevesh
Copy link

This is the behavior similar to how Windows does horizontal switch window gesture or how gnome-gesture-improvements implemented it.

@amarullz
Copy link
Owner

I have try it with some failure, but still trying to implement it.

Currently you can try switching window config, but it was different than alt+tab-ing.

The main problem is when switch indicator shown, extension no longer able to retrieve the swipe events, so it stuck in indicator until I press ESC or click the indicator.

Will try & read more gjs manuals for implementing it.

Not yet know well about gshell. Only have messing around with it in this week.

@amarullz
Copy link
Owner

Feature has been developed:
Try beta3: https://github.com/amarullz/windowgestures/releases/tag/3.0-beta3

Screenshot from 2023-10-16 18-27-11

@sidevesh sidevesh reopened this Oct 23, 2023
@sidevesh
Copy link
Author

Actually, while the added animation is great, it is not what I was referring to.
I am referring to this: https://youtu.be/dTLzx4xDFqw?si=fshSiCzKIzLCSeLM&t=124

Notice how at 2:07 mark the window switcher shows up on swiping horizontally on touchpad.

@amarullz
Copy link
Owner

Firstly this extension don't have any relation with gesture improvement, not a fork or any code / workaround taken from it.

Current implementation is due to how this extension handles the gesture, and how I feel naturally gestures work {1 gesture per action}.

But I can implement what you requested in a different action name (maybe window switcher, because I am more comfortable with the current implementation 😁) with some modification on how gestures are handled.

-- But I feel so happy with all feedbacks

@Iiari
Copy link

Iiari commented Nov 10, 2023

Actually, while the added animation is great, it is not what I was referring to. I am referring to this: https://youtu.be/dTLzx4xDFqw?si=fshSiCzKIzLCSeLM&t=124

Notice how at 2:07 mark the window switcher shows up on swiping horizontally on touchpad.

FWIW, this is exactly the functionality I'm hoping can be migrated over as well... Thank you for your work on this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants