Skip to content

Instantly share code, notes, and snippets.

@mlsteele
Created January 12, 2016 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlsteele/4349fb9c226a8f913493 to your computer and use it in GitHub Desktop.
Save mlsteele/4349fb9c226a8f913493 to your computer and use it in GitHub Desktop.
Start google chrome with the right X touch input device.
#!/usr/bin/env bash
# Start google-chrome with the right X touch input device.
TOUCHID=`xinput list | ag touchscreen | grep -P "id=\K\d+" -o`
google-chrome --touch-devices=$TOUCHID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment