#!/bin/bash INPUT_ID=$(xinput list | grep "Wacom HID 4943 Finger" | sed 's/.*id=\([[:digit:]]\+\).*$/\1/') xinput disable ${INPUT_ID}