Skip to content

Instantly share code, notes, and snippets.

@liyafe1997
Created April 3, 2021 18:16
Show Gist options
  • Save liyafe1997/559c9e3db6c871518cd8ea889996aa57 to your computer and use it in GitHub Desktop.
Save liyafe1997/559c9e3db6c871518cd8ea889996aa57 to your computer and use it in GitHub Desktop.
xinput set prop by device name and prop name
# Don't hard code device id and prop id
bash -c "xinput --set-prop $(xinput list --id-only 'Elan Touchpad') 'libinput Tapping Enabled' 1; xinput --set-prop $(xinput list --id-only 'Elan Touchpad') 'libinput Tapping Drag Lock Enabled' 1;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment