Created
February 6, 2019 14:09
-
-
Save rajeshisnepali/b3c12049bd2ed66536894a161ca447f3 to your computer and use it in GitHub Desktop.
disable keyboard while typing (synclient)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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