#!/bin/sh

if [ `xsetwacom get touch Touch` -gt 0 ]
then
	xsetwacom set touch Touch 0
else
	xsetwacom set touch Touch 1
fi
