#!/bin/bash OPT=$1 echo `xinput list | grep Synap` > xinput DEV=`sed -e "s/.*SynPS\/2 Synaptics\ .*id=\([0-9]*\).*/\1/" xinput` xinput set-prop $DEV "Device Enabled" $OPT