Syndaemon disable keyboard while typing not working
Solution 1:
I solved my problem as follows:
- By using this forum post I fully reinstalled my xserver drivers.
- I then reinstalled the drivers following this forum post.
- I then added the following command to my startup applications:
syndaemon -i .5 -K -t -R -d
This disables tapping (-t
) on my trackpad for half a second (-i
) after any non-modifier+ (Shift,Ctrl,Alt,Super) (-K
, vs -k
) with the XRecord extension (-R
), and to keep this service running in the background (-d
).
You may try adjusting to your liking, and dropping the -R
flag.