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

Normal swipes not working anymore. #76

Closed
matt1432 opened this issue Jan 10, 2024 · 9 comments
Closed

Normal swipes not working anymore. #76

matt1432 opened this issue Jan 10, 2024 · 9 comments

Comments

@matt1432
Copy link

Since the edge swiping feature was added, I can't do normal workspace swipes. The edge swiping also seems a bit hard to get to work.

@horriblename
Copy link
Owner

does workspace swipe completely stop working or something else?

are you sure the edge swiping pr caused it? And not the long press pr #70?


I just realized the base threshold for edge swipe is ridiculously high, fixed in #80

@matt1432
Copy link
Author

It definitely comes from this commit: 60bf0c0

@matt1432
Copy link
Author

Here's a video to show the before and after

2024-01-13.11-43-45.mp4

@matt1432
Copy link
Author

I just realized the base threshold for edge swipe is ridiculously high, fixed in #80

I also tested this and it is perfect now btw!

@horriblename
Copy link
Owner

please send config, if possible reduced to hyprgrass options + the builtin gestures options. and also re-send the video, it seems to be corrupted.

@matt1432
Copy link
Author

plugin {
  touch_gestures {
    # The default sensitivity is probably too low on tablet screens,
    # I recommend turning it up to 4.0
    sensitivity = 4.0

    # must be >= 3
    workspace_swipe_fingers = 3

    experimental {
      # send proper cancel events to windows instead of hacky touch_up events,
      # NOT recommended as it crashed a few times, once it's stabilized I'll make it the default
      send_cancel = 0
    }
  }
}

gestures {
    workspace_swipe = yes
    workspace_swipe_fingers = 3
    workspace_swipe_cancel_ratio = 0.15
}
no_swipe.mp4

@horriblename
Copy link
Owner

should be fixed now (#83)

test pls

@matt1432
Copy link
Author

So it doesn't do the weird visual stutter anymore but most of the time if I start a swipe from anywhere other than the edges it just won't do anything.

The edge swipes work perfectly so I'll just use that but yeah, if I start in the middle of the screen it won't do anything like 8/10 times.

@matt1432
Copy link
Author

Tried the plugin again after some time and this has been fixed sinced then

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

2 participants