Skip to content

Instantly share code, notes, and snippets.

@freyes
Created September 27, 2019 18:48
Show Gist options
  • Save freyes/78d04a937d709ebb76124f485e5dab7d to your computer and use it in GitHub Desktop.
Save freyes/78d04a937d709ebb76124f485e5dab7d to your computer and use it in GitHub Desktop.
#!/bin/bash
DEVID=$(xinput list --id-only "DLL07F3:01 044E:120B")
PROPID=$(xinput list-props $DEVID | grep "libinput Tapping Enabled (" | cut -d '(' -f2 | cut -d')' -f1)
xinput set-prop $DEVID $PROPID 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment