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

possible to make it play nice with hyprexpo? #106

Open
ahzay opened this issue Apr 12, 2024 · 5 comments
Open

possible to make it play nice with hyprexpo? #106

ahzay opened this issue Apr 12, 2024 · 5 comments

Comments

@ahzay
Copy link

ahzay commented Apr 12, 2024

Hello,

first of all, thanks for the good work. I opened the issue because using the new hyprland-plugins plugin hyprexpo doesn't behave well when I try to have it activated using this plugin:

bind = , swipe:4:u, hyprexpo:expo, on

I opened it here because the bug seems to be that the "touch" event is registered immediately before the animation is finished, which makes it switch to a workspace immediately without doing the expo. To my very limited knowledge, it looks like the workspace switching would have the same problem if it wasn't handled in some way by your plugin, so I thought it might be possible to do the same here. If not, I can open the issue at hyprland-plugins.

Thanks.

@horriblename
Copy link
Owner

I'll look into this later, but can you show me a video?

@ahzay
Copy link
Author

ahzay commented Apr 15, 2024

Now that I can build it again :) The first 3 animations is the normal behavior (triggered with the touchpad), what happens after (immediately switching to some random workspace) happens when I try to toggle it using the bind (touchscreen gesture)

2024-04-15.16-16-55.mp4

@matt1432
Copy link
Contributor

woops this is my fault.

I made the PR to implement touchscreen support in hyprexpo but I chose to listen to touchUp events for selecting a workspace. that makes it so once your gesture is done, hyprexpo detects the touchUps from you finishing the gesture as taps.

I'll fix that right now and make a PR.

Btw, you might also be interested in #174 :)

@matt1432
Copy link
Contributor

@ahzay this issue should be fixed on latest hyprexo

@ahzay
Copy link
Author

ahzay commented Nov 14, 2024

@ahzay this issue should be fixed on latest hyprexo

thanks for the good work, with your efforts I can rice Hyprland into the best tablet DE :D

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