-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
I'll look into this later, but can you show me a video? |
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 |
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 :) |
@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 |
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.
The text was updated successfully, but these errors were encountered: