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

Enable palm rejection by default? #280

Open
rxhfcy opened this issue Mar 17, 2024 · 1 comment
Open

Enable palm rejection by default? #280

rxhfcy opened this issue Mar 17, 2024 · 1 comment

Comments

@rxhfcy
Copy link

rxhfcy commented Mar 17, 2024

Is it possible for the Asahi project to "flip the switch" to enable palm rejection by default (or is this something every distribution must configure separately)?

I keep getting phantom cursor movements when typing on my laptop keyboard (by accidentally touching the trackpad with the base of my thumbs). I don't use tap to click. This doesn't happen on macOS at all.

This Reddit comment thread started by @marcan seems relevant.

@Ahwxorg
Copy link

Ahwxorg commented Mar 25, 2024

+1, also have this issue. Even with the following in my Hyprland config:

input {
    kb_layout = us
    follow_mouse = 1 # focus window under mouse cursor
    sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
    # accel_profile = flat # for when I want a quick and dirty fix, for i.e. gaming mice.
    # force_no_accel = true # ^^
    touchpad {
        natural_scroll = no
        clickfinger_behavior = true # helps a tiny bit
        tap-to-click = false # helps a tiny bit
        disable_while_typing = true # helps a tiny bit
    }
}

I am on Gentoo, latest kernel for Gentoo Asahi (which is 6.6.0-asahi-15 atm)

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