Skip to content

Instantly share code, notes, and snippets.

@prachauthit
Created August 9, 2019 11:23
Show Gist options
  • Save prachauthit/5f6c412db3b117805dfc9391693762fd to your computer and use it in GitHub Desktop.
Save prachauthit/5f6c412db3b117805dfc9391693762fd to your computer and use it in GitHub Desktop.
#!/bin/bash
device=$(xinput | grep SYNA | cut -f 2 | grep -oE [0-9]{2})
echo $device
xinput disable $device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment