Skip to content

Instantly share code, notes, and snippets.

@rajeshisnepali
Created February 6, 2019 14:09
Show Gist options
  • Save rajeshisnepali/b3c12049bd2ed66536894a161ca447f3 to your computer and use it in GitHub Desktop.
Save rajeshisnepali/b3c12049bd2ed66536894a161ca447f3 to your computer and use it in GitHub Desktop.
disable keyboard while typing (synclient)
#!/bin/bash
# synclient
# Disable touchpad while typing
synclient PalmDetect=1
synclient PalmMinWidth=8
synclient PalmMinZ=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment