#!/bin/bash DEVICE_NAME="ELAN Touchscreen" xinput disable $(xinput | grep $DEVICE_NAME | awk -F " " '{print $5}' | awk -F "" '{print $4}')