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
System details
M1 Pro Macbook Pro
What's wrong?
tried
disable_while_typing = trueunder touchpad in hypr/input.confFinally fixed it with a quirk (thanks GPT), then restarted and now this works even with keyd