Skip to content

palm rejection not working with keyd installed #5

Description

@albinkc

System details

M1 Pro Macbook Pro

What's wrong?

tried disable_while_typing = true under touchpad in hypr/input.conf
Finally fixed it with a quirk (thanks GPT), then restarted and now this works even with keyd

sudo install -d /etc/libinput

sudo tee /etc/libinput/local-overrides.quirks >/dev/null <<'EOF'
[Serial Keyboards]
MatchUdevType=keyboard
MatchName=keyd*keyboard
AttrKeyboardIntegration=internal
EOF

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions